in reply to Iterating through string combinations

One, this is a retarted problem to have on the frontpage. Two, whatever action you are going to take with these combinations will consume a ton more time than ANY perl to generate them.

As someone pointed out, this is very much like cracking passwords, so using the dictionary in Crack and checking those would give you a result. Most dictionary words were taken early on in AOL history, so this would probably give you a skewed result (as would generating a list from any one population).

-jackdied

  • Comment on Re: Iterating through string combinations