
Password Strength Evaluator is a tool to evaluate the strength of passwords and provide recommendations to improve their security.

Password Strength Evaluator is a tool to evaluate the strength of passwords and provide recommendations to improve their security. This tool also checks if your password has been exposed in any data breaches using the Have I Been Pwned API. Additionally, it stores the evaluation results in JSON and CSV files for further analysis in the future.
Prepare Python 2.7 Environment
pip install requests
Clone the Repository
git clone https://github.com/Jenderal92/Password-Strength-Evaluator.git
Run the Tool
python password_strength_evaluator.py
Follow On-Screen Instructions
Evaluation Results
You can open these files to analyze your password's evaluation history.
Password Strength Evaluation:
Data Breach Check:
Result Storage:
Password Improvement Suggestions:
===============================
Password Strength Evaluator
By : Python 2.7
===============================
Enter a password to evaluate: Password123!
Password Strength: Strong
Your password is not found in any known breaches.
Your password is strong. Good job!
[Saved evaluation to password_evaluations.json and password_evaluations.csv]