https://github.com/fionn/pwnchk
Transparently check if a password has been dumped in a breach
https://github.com/fionn/pwnchk
breaches k-anonymity password-hash pwned
Last synced: 3 months ago
JSON representation
Transparently check if a password has been dumped in a breach
- Host: GitHub
- URL: https://github.com/fionn/pwnchk
- Owner: fionn
- Created: 2018-02-22T14:18:03.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2025-02-13T17:21:24.000Z (4 months ago)
- Last Synced: 2025-02-28T20:12:30.395Z (3 months ago)
- Topics: breaches, k-anonymity, password-hash, pwned
- Language: Python
- Homepage: https://web.archive.org/web/20211005220223/https://haveibeenpwned.com/API/Consumers
- Size: 8.79 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Pwnchk
Check a password against a database of breaches.
This queries the [pwned passwords](https://haveibeenpwned.com/Passwords) API v2. The password never leaves your machine, only a prefix of the SHA1, which guarantees _k_-anonymity.