密码强度检测器
根据字符集大小和常见密码列表检测你密码的熵值。完全离线运行。
如何使用本工具
- 1
Type or paste a password into the input field.
- 2
Read the rating (Very weak to Excellent) and the estimated entropy in bits shown below the field.
- 3
Follow the specific suggestions, such as adding uppercase letters, numbers, or symbols, or increasing the length.
- 4
Clear the field when you are done so the password does not stay on screen.
什么是密码强度检测器?
密码强度以熵的位数来衡量:即符合你字符集和长度的可能密码数量的以2为底的对数。60位是NIST的最低建议值;超过80位可抵御国家级别的攻击。本工具会计算熵值,将其与最常见的10个密码进行核对,并提出具体的改进建议。
常见使用场景
Quickly sanity-checking a password you just made up before using it on a new account.
Showing a teammate or family member why length and a symbol matter more than they expect.
Demonstrating in a security training session how entropy grows as you add character classes.
Confirming a password is not literally one of the ten most common passwords before saving it.
Comparing two candidate passphrases to see which character mix yields more estimated bits.
Teaching students the brute-force entropy formula by watching the bit count change as they type.
常见问题
我的密码会被发送到任何地方吗?▼
最低强度是多少?▼
相关工具
密码哈希生成器(PBKDF2)
使用PBKDF2-SHA256在你的浏览器中生成安全的密码哈希。比MD5或简单SHA更强,工作因子可调。
HMAC生成器
使用SHA-1、SHA-256、SHA-384或SHA-512生成HMAC签名。
AES-256加密
使用AES-256-GCM加密和解密文本。密钥通过PBKDF2-SHA256从你的口令派生而来。
2FA二维码生成器
为Google Authenticator、Authy、1Password及其他2FA应用生成TOTP二维码。
凯撒密码编码与解码工具
使用凯撒密码对文本进行编码或解码:按固定位移替换字母。
ROT13编码与解码工具
使用ROT13对文本进行编码或解码:一种位移13位、且自身互逆的凯撒密码。