Closed mattlorimor closed 3 years ago
Troy has removed the ability to look up passwords using /api/v2/pwnedpassword.
/api/v2/pwnedpassword
The new preferred method is to use the anonymous range lookup. This prevents clients from having to send a password across the wire.
Code that uses the old non-functional method: https://github.com/Te-k/harpoon/blob/master/harpoon/lib/hibp.py#L52
Thanks, adding this as enhancement. Tbh, it could be interesting to move this hibp class to an external library.
Troy has removed the ability to look up passwords using
/api/v2/pwnedpassword
.The new preferred method is to use the anonymous range lookup. This prevents clients from having to send a password across the wire.
Code that uses the old non-functional method: https://github.com/Te-k/harpoon/blob/master/harpoon/lib/hibp.py#L52