Re: [PHP] password systems

2003-09-03 Thread Jason Sheets
Take a look at pwgen, it is a command line utility that makes it easy to generate random passwords with a user specified length, it can generate random words that are easier to remember or truly random secure passwords with non alpha numeric characters in it. It is available in the FreeBSD por

Re: [PHP] password systems

2003-09-02 Thread Lowell Allen
> Anyone have any sources of noun/verb/adjective lists for password > generation? Google search for Aspell and Pspell. Here's a link to Aspell info, which has a link to dictionaries: -- Lowell Allen -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: h

RE: [PHP] password systems

2003-09-02 Thread Chris W. Parker
Dennis Gearon on Sunday, August 31, 2003 12:36 AM said: > Anyone have any sources of noun/verb/adjective lists for password > generation? Sorry I don't have a resource for you, but passwords shouldn't use dictionary words in the first place. Have you considered crea