March 31st, 2007 by Keith
CPAN Data-SimplePassword-0.02
Posted in Development Software, Linux, Site News, Utilities
Data-SimplePassword is a very simple random password generator. Although it is a very utility, it is a very strong random generator for various passswords.
Requirement
- · Perl
- · Class::Accessor
- · Crypt::Random
- · Math::Random::MT
The usage instruction is fairly simple.
The synopsis of the usage instruction is provided by Softpedia.
Usage Instruction
my $sp = Data::SimplePassword->new;
$sp->chars( 0..9, ‘a’..’z', ‘A’..’Z’ ); # optionalmy $password = $sp->make_password( 8 ); # length
Download Link
Data-SimplePassword-0.02