psc
A command line tool to check the strength of a password.
DISCLAIMER
This is simply a research project, and not a secure password strength checker. If you'd like to really check whether your password is secure, use a proper tool for it.
Build instructions
Clone this repository.
shgit clone https://gitlab.com/noClaps/psc.git cd psc
Build the package.
shmake build
You can then run
./psc -h
.
Usage
USAGE: psc <password>
ARGUMENTS:
<password> The password to check strength of.
OPTIONS:
-h, --help Display this help and exit.
You can use the tool simply by running:
sh
psc password123 # Replace "password123" with your password
You can view the help by using -h
or --help
:
sh
psc -h
psc --help