Password Strength Checker
Check password strength locally. See entropy bits, estimated crack time, character class coverage, and concrete suggestions. The field is not intentionally stored or submitted.
Password Strength Signals
| Password pattern | Character pool | Security concern |
|---|---|---|
| password123 | Predictable word and digits | Common attack target |
| Tr0ub4dor&3 | Mixed characters | Patterned phrase |
| Random 16 characters | Large random pool | Strong when unique |
| Four random words | Long unique phrase | Strong when randomly selected |
| Reused 16-character password | Large character pool but reused | Reuse defeats password strength |
Frequently Asked Questions about the Password Strength Checker
How is entropy calculated?
The calculator starts with log2(charset size) x length after detecting character classes. It also reduces the estimate for exact repeated units and known predictable sequences or common-password variants. The result remains an upper-bound model for passwords chosen uniformly from the inferred pool, and it can overestimate human-created passwords.
What entropy is actually safe?
There is no universal safe entropy threshold for an account. The displayed bands are local heuristics based on an assumed 10 billion guesses per second and the uniform-pool model. Real risk depends on password uniqueness, storage cost, rate limits, phishing, malware, recovery, and multi-factor authentication.
Should I use a password or a passphrase?
A passphrase of four to six random words from a large list (like the EFF's 7,776-word Diceware list) typically beats a short random password on both entropy and memorability. Four random words yields about 51 bits, six yields about 77 bits. The key word is random: a phrase you invent yourself is far less secure than one generated by a tool.
Does a strong password replace 2FA?
No. A strong password helps if a site's database is breached, but it cannot stop phishing, malware, or reuse of a password you already leaked elsewhere. Pair every important account with a second factor (a TOTP app, a hardware security key, or a passkey) so a stolen password alone is not enough to get in.
Where does my password go when I check it?
The current implementation analyzes the field in browser memory and does not persist it through this component. Even so, do not paste a live password into a third-party web page. Browser extensions, compromised scripts, device malware, screenshots, and memory inspection are outside this calculator's control. Use a generated sample with the same length and character classes instead.
Related Calculators
More calculators in "Tech"
Ohm's Law CalculatorUUID GeneratorColor Contrast CheckerBase64 Encoder / DecoderBase64 DecoderURL Encoder / Decoder
See all 98 calculators in "Tech"