Password Strength Checker
Entropy score, crack time estimate, and specific tips. Your password never leaves your browser.
How Password Strength is Calculated
Entropy (measured in bits) represents the number of guesses an attacker would need. It is calculated from the length of your password and the size of the character set used. A password using only lowercase letters has a character set of 26; adding uppercase gives 52; numbers brings it to 62; symbols push it to 94+.
Modern GPUs can test billions of password guesses per second. A 60-bit entropy password would take centuries even on specialised hardware — while a 30-bit password might fall in seconds.