
密码强度评估器是一款用于评估密码强度并提供改进安全性建议的工具。该工具还使用 Have I Been Pwned API 检查您的密码是否已在任何数据泄露中暴露。此外,它会将评估结果存储为 JSON 和 CSV 文件,以供将来进一步分析。
准备 Python 2.7 环境
pip install requests
克隆仓库
git clone https://github.com/Jenderal92/Password-Strength-Evaluator.git
运行工具
python password_strength_evaluator.py
按照屏幕上的说明操作
评估结果
您可以打开这些文件来分析您密码的评估历史。
密码强度评估:
数据泄露检查:
结果存储:
密码改进建议:
===============================
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]