Password Strength Checker
Estimated entropy and crack time for any password.
Nothing you type is sent to the server — this runs entirely in your browser.
What makes a password strong
Strength is measured in bits of entropy — roughly, how many guesses an attacker needs to brute-force the password. Each extra bit doubles the guesses. Anything under 40 bits is weak; 60+ is safe against offline attacks; 80+ is overkill for most purposes.
Length beats complexity. 'correct horse battery staple' — four random common words — has more entropy and is easier to remember than 'P@ssw0rd!' The latter hits every 'mix in symbols' rule but is in every cracker dictionary. Better: use a password manager to generate unique 20-character random strings for every account. You only have to remember the manager's master password.