如何计算Password Strength
learn.whatIsHeading
A password entropy calculator measures the cryptographic strength of a password in bits: entropy = log₂(character set size^password length). A 12-character password using upper, lower, digits, and symbols has ~79 bits of entropy. At least 60–70 bits is generally recommended; password managers make using high-entropy passwords practical.
分步指南
- 1Count character set size
- 2Calculate combinations for length
- 3Show bits of entropy
例题解析
输入
12 char password, mixed case+numbers
结果
~79 bits entropy
Measure of password strength
常见错误注意事项
- ✕Not double-checking results
- ✕Ignoring edge cases
常见问题
What does this calculator do?
Input values
How do I use this calculator?
System calculates
准备好计算了吗?尝试免费的 Password Strength 计算器
自己尝试一下 →