A simple and efficient password strength checker written in C++. This tool allows you to evaluate the strength of your passwords, helping you ensure they meet the necessary security requirements.
- Determine the strength of your passwords
- Get instant feedback on password complexity
- Easy-to-use command-line interface
Follow these steps to install and use the password strength checker:
- Clone the repository to your local machine.
git clone https://github.com/your-username/password-checker.git
- Navigate to the project directory.
cd Pass-Strength
- Compile the source code.
g++ Pass-Strength.cpp
- Run the password strength checker.
./a.exe
-
After running the password strength checker, you will be prompted to enter your password.
-
Type your password and press Enter.
-
The tool will analyze your password and provide a strength score along with feedback on its complexity.
-
Use the provided feedback to adjust your password and improve its strength if needed.
We welcome contributions to enhance the password strength checker. If you find any issues or want to add new features, feel free to create a pull request.
This project is licensed under the MIT License. Feel free to use and modify it according to your needs.