https://github.com/devops-works/pass-checker
Get the entropy of your password, the maximum time needed to break it, and if the SHA1 sum appears in HaveIBeenPwned.com API.
https://github.com/devops-works/pass-checker
entropy go golang haveibeenpwned passwords
Last synced: 2 months ago
JSON representation
Get the entropy of your password, the maximum time needed to break it, and if the SHA1 sum appears in HaveIBeenPwned.com API.
- Host: GitHub
- URL: https://github.com/devops-works/pass-checker
- Owner: devops-works
- Created: 2020-10-27T16:34:47.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2021-05-11T08:22:12.000Z (over 4 years ago)
- Last Synced: 2025-04-06T06:37:47.640Z (6 months ago)
- Topics: entropy, go, golang, haveibeenpwned, passwords
- Language: Go
- Homepage:
- Size: 22.5 KB
- Stars: 9
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# pass-checker
Get the entropy of your password, the maximum time needed to break it, and if the SHA1 sum appears in HaveIBeenPwned API.
## Usage
### Installation and compilation
If you have Golang, you can clone the repo and build it locally :
```
$ git clone https://github.com/devops-works/pass-checker.git
$ cd pass-checker/
$ go build .
```Else, you can get the binary from the releases.
### Run
```
$ ./pass-checker [options]options:
-g
guesses per second
default: 1000000000
```### Demo
[](https://asciinema.org/a/fJ8ZUt69EsbEcl13cLgiLeYGD)
## Licence
[MIT](https://choosealicense.com/licenses/mit/)