https://github.com/marcbone/pwnedpw
commandline tool to check if your password has been exposed in a data breach
https://github.com/marcbone/pwnedpw
Last synced: 10 months ago
JSON representation
commandline tool to check if your password has been exposed in a data breach
- Host: GitHub
- URL: https://github.com/marcbone/pwnedpw
- Owner: marcbone
- License: mit
- Created: 2019-03-12T21:26:28.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-03-12T22:14:41.000Z (over 7 years ago)
- Last Synced: 2025-07-21T07:31:13.173Z (11 months ago)
- Language: Python
- Size: 5.86 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# PwnedPw
commandline tool to check if your password has been exposed in a data breach
This tool uses the pwnedpasswords.com API to detect if your password has been appeared in a data breach.
Your password is not send to the api. PwnedPw sends only the first 5 letters of your hashed password to the api and checks the results locally
# Usage
`python3 pwnedpw.py`