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;
Product's homepage
Requirements:
· Perl