learn.howToCalculate
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 계산기를 사용해 보세요
직접 시도해 보세요 →