密码强度检测
本地 password-strength-checker 思路,在浏览器本地通过 zxcvbn 等算法实时分析密码强度、破解耗时与改进建议。
Password Strength Checker
A browser-based password strength evaluation tool that estimates crack time and provides improvement tips. No data uploaded.
How to use
- Enter the password you want to evaluate in the input box.
- The tool instantly analyzes its composition, entropy, and complexity locally.
- View crack time estimates and specific suggestions to make it stronger.
Features
- 100% local calculation, no network requests
- Multi-dimensional analysis (length, unique characters, sets)
- Offline/online crack time estimation
Why use this?
- Quickly verify password safety when setting new ones
- Zero risk of data leak with this client-side tool
- Visually understand the difference between weak and strong passwords