Calculate the cost to crack a password
git clone https://github.com/miketweaver/password-cost
cd password-cost
sudo pip install -r requirements.txt
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