Calcoid

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.

Check password strength

Runs entirely in your browser. Nothing is sent, stored, or logged.

Start typing to see entropy, crack time, and a per-class breakdown.

Password Strength Signals

Password patternCharacter poolSecurity concern
password123Predictable word and digitsCommon attack target
Tr0ub4dor&3Mixed charactersPatterned phrase
Random 16 charactersLarge random poolStrong when unique
Four random wordsLong unique phraseStrong when randomly selected
Reused 16-character passwordLarge character pool but reusedReuse 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"

See all 98 calculators in "Tech"