Hacker News new | ask | show | jobs
by qnleigh 93 days ago
Yeah this reduces the time required to crack a password from

(# available characters) ^ (password length)

to

(# available characters) * (password length).

If you were patient you could crack someone's passwords by hand.