Hacker News new | ask | show | jobs
by lolinder 1281 days ago
No, it means that they hash the breached passwords and compare those hashes to the stored hashes of customer passwords.
1 comments

If Ring has per-user salts, which I assume they do, they'll have to hash each breached password individually for each Ring user. So multiply the number of breached passwords by the number of Ring users by the time a hash takes (slower is better) and you get a huge amount of CPU cost.