A simple CLI tool for checking password strength to help improve the security and organization of your accounts.
Requirements for this software:
- GCC
- UNIX-based system
Follow these step-by-step instructions to download and build the tool:
Simple CLI Password Checker is available for Linux systems.
git clone https://github.com/sty-nathan/simplepwchecker.git
cd simplepwchecker
gcc main.c -o password_checker$ ./password_checker
Simple password checker
# By: sty-nathan
Password > your_password1This project is licensed under the MIT License
- Developed as a learning and security-improvement project by @sty-nathan