in reply to Improve password solver
I don't see the point of this. Why would generating guesses at random be preferable to sequentially iterating through every possible combination, e.g., for the character set given in the OP, from 'aaa' to ' ' (three spaces) for a three letter password? The only advantage I can imagine is that it might fool a login monitoring program that was set up to detect a series of sequential passwords.
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^2: Improve password solver
by tprocter (Sexton) on Jul 03, 2009 at 14:54 UTC |