1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31
|
Crypt/GeneratePassword version 0.02
===================================
This module lets you generate secure random passwords
with a reasonable amount of pronounceability. It avoids
the problems associated with the FIPS-181 NIST standard
as used by Crypt::RandPasswd. See perldoc for more
details.
INSTALLATION
To install this module type the following:
perl Makefile.PL
make
make test
make install
DEPENDENCIES
This module requires, apart from some perl core modules,
no other modules and libraries.
COPYRIGHT AND LICENCE
Copyright 2002 by Jrg Walter <jwalt@cpan.org>,
inspired by ideas from Tom Van Vleck and Morris Gasser/FIPS-181.
This perl module is free software; it may be redistributed
and/or modified under the same terms as Perl itself.
|