https://github.com/nhas/pwned-passwords-check
https://github.com/nhas/pwned-passwords-check
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/nhas/pwned-passwords-check
- Owner: NHAS
- Created: 2025-04-01T01:10:24.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-04-01T01:25:59.000Z (about 1 year ago)
- Last Synced: 2026-02-21T12:34:47.477Z (4 months ago)
- Language: Go
- Size: 3.91 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# pwned-passwords-check
Use the k-anonimity api of api.pwnedpasswords.com to check if a hash, or list of hashes is present.
This caches the entries from pwnedpasswords in a group of files, and opportunistically updates the files if the etag return by the service has changed.
## Usage
```sh
go run main.go -hash "some NTLM hash"
go run main.go -file /path/to/list/of/ntlm/hashes
# Or
go build
# then do the same thing
```