Skip to content

Latest commit

 

History

History
36 lines (23 loc) · 709 Bytes

README.md

File metadata and controls

36 lines (23 loc) · 709 Bytes

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