RE: [PHP-DB] Creating all key combinations passwords

2007-05-21 Thread Daevid Vincent
-Original Message- From: Stut [mailto:[EMAIL PROTECTED] Sent: Sunday, May 20, 2007 8:45 AM To: Lasitha Alawatta Lasitha Alawatta wrote: I’m going to create all key combinations; simple-letter passwords and store those in to MySql DB. Using = a-z (simple letters)

Re: [PHP-DB] Creating all key combinations passwords

2007-05-20 Thread Stut
Lasitha Alawatta wrote: I’m going to create all key combinations; simple-letter passwords and store those in to MySql DB. Using = a-z (simple letters) Password length = 6 Number of possibilities = 26 x 26 x 26 x 26 x 26 x 26 = 308,915,776 This is my code: ?php for($i=0;$i