Skip to content

miketweaver/password-cost

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Password Cost

Calculate the cost to crack a password

Installation

git clone https://github.com/miketweaver/password-cost

cd password-cost

sudo pip install -r requirements.txt

Commandline Usage

usage: pass-cost.py [-h] [--show-pass] [--hash HASH] [--gui]

Process some integers.

optional arguments:
  -h, --help   show this help message and exit
  --show-pass  prints the typed password
  --hash HASH  set the hash type. SHA1, MD5, or BCRYPT (default: SHA1)
  --gui        use GUI interface

Gui Usage

gui screenshot

About

Calculate the cost to crack a password

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages