Jump to content

Getting every combination of a String and storing in a db table.


seany123

Recommended Posts

What im looking to do is basically get every combination of a string.

 

example:

 

 

$characters = "0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ!/£$%^&*()+@#?";

 

 

and store each individual result in my database.... so basically i could look in my MYSQL database and look through however million entries there are.

 

note - min length 3. max length 10.

 

anyone help me?

  • 2 weeks later...

This was just going to be a little project on decrypting Md5 hash's... but first i needed ALOT of different letter combinations (obviously words too...etc), to then transfer into MD5... then obviously to compare with the MD5.

This was just going to be a little project on decrypting Md5 hash's... but first i needed ALOT of different letter combinations (obviously words too...etc), to then transfer into MD5... then obviously to compare with the MD5.

 

Nice ::)

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.