Crypt::RandPasswd

Crypt::RandPasswd is a random password generator based on FIPS-181.
Download

Crypt::RandPasswd Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • John Porter
  • Publisher web site:
  • http://search.cpan.org/~jdporter/Crypt-RandPasswd-0.02/lib/Crypt/RandPasswd.pm

Crypt::RandPasswd Tags


Crypt::RandPasswd Description

Crypt::RandPasswd is a random password generator based on FIPS-181. Crypt::RandPasswd is a random password generator based on FIPS-181.SYNOPSIS use Crypt::RandPasswd; ( $word, $hyphenated ) = Crypt::RandPasswd->word( $minlen, $maxlen ); $word = Crypt::RandPasswd->word( $minlen, $maxlen ); $word = Crypt::RandPasswd->letters( $minlen, $maxlen ); $word = Crypt::RandPasswd->chars( $minlen, $maxlen ); # override the defaults for these functions: *Crypt::RandPasswd::rng = &my_random_number_generator; *Crypt::RandPasswd::restrict = &my_restriction_filter; Requirements: · Perl


Crypt::RandPasswd Related Software