Check passwords against https://haveibeenpwned.com/API/v2#PwnedPasswords
Project description
safepass
Check passwords against https://haveibeenpwned.com/API/v2#PwnedPasswords
Usage
For humans
$ safepass
Password: <enter pwned password (masked)>
NOT SAFE!
$ echo $?
1
$ safepass
Password: <enter not-pwned password (masked)>
SAFE!
$ echo $?
0
For scripting
Note: scripting mode intended for situations where command history is not saved. Please use above interactive mode if checking directly in command line.
$ safepass $PASSWORD
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
safepass-1.0.6.tar.gz
(2.0 kB
view details)
File details
Details for the file safepass-1.0.6.tar.gz
.
File metadata
- Download URL: safepass-1.0.6.tar.gz
- Upload date:
- Size: 2.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | c436883e17ecfd3a604d3cca9715b489d93d02b83a7caa14cb125117713db3f8 |
|
MD5 | a3ba5e34195cd73b8b341a369af3ae2c |
|
BLAKE2b-256 | 4a55ed67c7d275ebc40ec82796ea449bc5d81fcd44b8de75a402ec5fd3040b3c |