Skip to content

Get the entropy of your password, the maximum time needed to break it, and if the SHA1 sum appears in HaveIBeenPwned.com API.

Notifications You must be signed in to change notification settings

devops-works/pass-checker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Get the entropy of your password, the maximum time needed to break it, and if the SHA1 sum appears in HaveIBeenPwned.com API.

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages