How strong is your password? goPasscheck can be used to intelligently assess the strength of a password, taking into account multiple variables and statistics provided by lykan
.
To install, run the following commands
$ git clone https://github.com/MicaelDim02/gopasscheck && cd gopasscheck/src
$ sudo make install
To uninstall, run the following in gopasscheck/src
:
$ sudo make uninstall
Check a password:
gopasscheck -p password
Optionally, you can provide a dictionary:
gopasscheck -p password -w /usr/share/dict/words