Password Strength Calculator
Estimate how long a brute-force attack would take to crack your password. See entropy in bits and get actionable strengt
Password Analysis
Your password is analyzed locally and never sent to any server
Privacy Notice
All password analysis is performed locally in your browser. No passwords are transmitted or stored.
Password Strength
Very Weak
Score: 0/100
Time to Hack
Instantly
Brute force estimate
Entropy
0 bits
Randomness measure
Complexity Analysis
Length: 0 characters
Character Types: 0/4
Unique Characters: 0
Patterns: 0
Weaknesses
- ✗ No password entered
Suggestions
- • Enter a password to analyze
How it works
Password strength is measured by entropy — the number of guesses needed to crack it, in bits. Entropy grows with both length and the size of the character set (lowercase, uppercase, digits, symbols). More bits means exponentially more guesses.
Password entropy
Entropy (bits) = length × log₂(character-set size)
- length
- number of characters
- set size
- pool of possible characters (e.g. 95 for all keyboard chars)
Worked example
- 12 characters
- Mixed-case + digits + symbols (~95 options each)
- Entropy = 12 × log₂(95)
- ≈ 12 × 6.57
≈ 79 bits — strong against brute force.
Good to know
- Length beats complexity: a long passphrase often outscores a short, gnarly password.
- Real-world strength drops if the password is a common word or pattern — attackers try those first.
- Aim for 70+ bits for important accounts, and use a password manager so length isn't a burden.