in reply to Re^2: Please Review First Program: Random Password Generator
in thread Please Review First Program: Random Password Generator
If you want a truly random password
Why would you want that? "password" is a perfectly valid password in that world.
You assume that the cracker knows and cares that your password is truly random. That's a bad assumption to make.
Otherwise, a cracking program can instantly eliminate all-letter passwords.
That's exactly what my suggestion defends against. Before my change, someone who has the hashes of all alphabetic passwords could crack some of the generated passwords instantly. With my change, if configured correctly (probably x=1,y=1,z=1, but least one for each), no such fluke is possible.
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^4: Please Review First Program: Random Password Generator
by hakkum (Acolyte) on Feb 05, 2011 at 05:47 UTC | |
A reply falls below the community's threshold of quality. You may see it by logging in. |