/goPasscheck

How strong is your password, really?

Primary LanguageGoGNU Affero General Public License v3.0AGPL-3.0

goPasscheck logo

goPasscheck

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.

Installation

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

Usage

Check a password:

gopasscheck -p password

Optionally, you can provide a dictionary:

gopasscheck -p password -w /usr/share/dict/words