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 Jörg 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.