Password Strength Checker
Type any password below and get an instant, honest analysis. Everything stays in your browser.
What does this checker actually measure?
The strength checker calculates the entropy of your password — a mathematical measure of unpredictability expressed in bits. Higher entropy means more possible combinations, which means longer crack time. It also checks the character set size (how many different characters are possible) and multiplies that by password length to estimate the search space an attacker must exhaust.
How is crack time calculated?
Crack time is estimated by dividing the total number of possible passwords (character set raised to the power of length) by 10 billion — a conservative estimate of a modern GPU's brute-force speed per second. The result is a worst-case estimate assuming an offline attack. Online attacks are limited by login throttling and are much slower.
My password looks strong but still shows "Fair" — why?
The checker uses a conservative scoring model based purely on character set and length. It doesn't credit dictionary words even if they're mixed with numbers. For example, Password123! has all four character types and 12 characters, but is extremely weak in practice because it's a known pattern. Our checker gives it "Fair" to reflect that structural predictability matters, not just raw character count.