Hacker News new | ask | show | jobs
by apitman 372 days ago
Wouldn't this be super slow if you're using a proper password hashing algorithm?
1 comments

Yes, if it takes one cpu second to hash a password, it'll take a while to try a few like this.

You can do a quick check against the last password (which you have in clear, because it was just entered), though.