A Python tool that checks the strength of a given password by analyzing length, complexity, and comparing it against a database of common passwords. It provides feedback to help users create stronger passwords.
- Checks for common password patterns and weaknesses.
- Provides feedback on how to improve password strength.
- Scans against a list of common passwords to avoid easily guessable passwords.
Clone this repository and navigate to the project directory:
git clone https://github.com/Anand7758/Password-Strength-Analysis-Tool.git
cd Password-Strength-Analysis-Tool
chmod +777 password_analyzer.py
pip install colorama
python3 password_analyzer.py