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
> -Original Message-
> From: Stut [mailto:[EMAIL PROTECTED]
> Sent: Sunday, May 20, 2007 8:45 AM
> To: Lasitha Alawatta
>
> Lasitha Alawatta wrote:
> > Im going to create all key combinations; simple-letter
> passwords and
> > store those in to MySql DB.
> >
> > Using = a-z (simple le
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