|
|
|
|
|
by eXpl0it3r
185 days ago
|
|
That's already what is happening... When you do a check on https://haveibeenpwned.com/Passwords nothing is sent to the server. Instead the password is hashed locally and a list of the hash range is downloaded, which contains all the hashes and the number of occurrences. The server doesn't receive the password, neither in plain-text nor hash form. |
|