Index of /ports_security/p5-Crypt-PassGen
Name Last modified Size
Parent Directory -
Makefile 21-May-2008 15:15 643
distinfo 21-May-2008 15:15 209
pkg-descr 21-Sep-2005 23:31 725
pkg-plist 22-Jan-2006 05:50 261
This module provides a single command for generating random password
that is close enough to a real word that it is easy to remember. It
does this by using the frequency of letter combinations in a language
(the frequency table is generated during installation although multiple
tables can be generated and used for different languages).
This module should not be used for high security applications (such as
user accounts) since it returns passwords that are not mixed case, have
no punctuation and no letters. This word can be used as a basis for a
more secure password.
The language of the password depends on the language used to construct
the frequency table.
WWW: http://search.cpan.org/dist/Crypt-PassGen/
-Anton