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

2007-05-22 Thread Christopher Blöcker
I wanted to do the same some time ago and considered doing it in php but i realized that php is not the appropriate language for doing that... i wanted to insert the data into a mysql-database, too i thought about doing it in C++ but my coding skills were too poor, i didn't know how to implement

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 le

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: $val){ // Inserting to