logoalt Hacker News

qnleighyesterday at 7:19 PM0 repliesview on HN

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.