What Does the Password Strength Checker Do?
This checker analyzes a password as you type and grades it from Very Weak to Very Strong. It calculates entropy (the mathematical measure of unpredictability), estimates how long an offline attacker cracking ten billion guesses per second would need, and runs seven concrete checks: length, mixed case, numbers, symbols, common-password detection, keyboard sequences (123, qwe, abc) and repeated characters. A checklist shows exactly what to improve.
Everything runs in your browser. The password is never transmitted, stored or logged — analysis is pure client-side JavaScript, so testing even a real password exposes nothing.
How to Check a Password
- Type or paste a password — analysis is instant, no button needed.
- Read the strength verdict, entropy bits and crack-time estimate.
- Work through the unchecked items in the list — length is the most powerful fix.
- Use the 👁 button to reveal what you typed.
What Actually Makes a Password Strong?
- Length beats complexity — every added character multiplies the search space; a 16-character phrase crushes an 8-character symbol soup.
- Unpredictability — "P@ssw0rd!" satisfies complexity rules but tops every cracking dictionary. Patterns humans love, crackers know.
- Uniqueness — reused passwords fall to credential-stuffing the moment any one site leaks. One site, one password.
- Passphrases work — four random words ("plum-orbit-canyon-whisk") are long, strong and typeable.