/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.

Primary LanguageGo

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

asciicast

Licence

MIT