A simple Python script to check the strength of passwords based on various criteria, including length, character types, and the presence of special characters.
This script uses a combination of length, character types (uppercase, lowercase, numbers, special characters), and checks against a common password database to determine the strength of a given password.
- Password length check
- Character type check (uppercase, lowercase, numbers, special characters)
- Reverse password checks
- Database check for commonly used passwords
- Color-coded output for visual feedback
- Option to continue checking passwords
-
Clone the repository:
git clone https://github.com/MD-DILDAR-MANDAL/key-waffle.git
-
Navigate to the project directory:
cd KEY-WAFFLE
-
Install the required dependencies:
pip3 install -r requirements.txt
Run the script:
python3 key-waffle.py