Sort-of-pronounceable-password generator is a Perl script that generates easy-to-remember passwords. The following variables can be specified: the number of passwords, the length of the passwords, the dictionary file, the length of the chunks of words that are used to construct the password, and the character to separate the passwords in the output.
| Tags | Security Utilities Systems Administration |
|---|---|
| Licenses | GPL |
| Implementation | Perl |
Recent comments
28 Jul 2000 12:29
See also: gpw
gpw (generate pronouncable passwords) is a quite old unix program. There's a java version at
www.multicians.org/thv... (www.multicians.org/thv...) and a C/C++ version at
www.multicians.org/thv... (www.multicians.org/thv....
If that link should break, try this one (www.agh.cc.kcl.ac.uk/f...) at www.agh.cc.kcl.ac.uk/f...
We've used GPW for a couple of projects and it's great to see a perl version. Now how about a CPAN module so the code can be used in other perl apps? :-)