https://github.com/technion/pwncheck
Clojure client for Pwned Passwords
https://github.com/technion/pwncheck
pwnedpasswords
Last synced: over 1 year ago
JSON representation
Clojure client for Pwned Passwords
- Host: GitHub
- URL: https://github.com/technion/pwncheck
- Owner: technion
- License: epl-1.0
- Created: 2018-03-02T12:21:09.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-03-05T03:38:55.000Z (over 8 years ago)
- Last Synced: 2025-01-24T09:29:28.016Z (over 1 year ago)
- Topics: pwnedpasswords
- Language: Clojure
- Size: 7.81 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# pwncheck
Check a password against the Pwned Passwords API. This allows you to check a password for a history of use in breaches, using the k-Anonimity feature to safely avoid sharing that password.
## Usage
```
$ lein run password
The password has been seen 3303003 times
$ lein run passwordergergweg
No passwords were found
```
## More information
Does NOT send passwords off your own machine. More information: https://www.troyhunt.com/ive-just-launched-pwned-passwords-version-2/
## License
Copyright © 2018 FIXME
Distributed under the Eclipse Public License either version 1.0 or (at
your option) any later version.