🔒 Password Strength Checker
See how strong your password really is — its entropy, a Very Weak to Very Strong rating, and an estimate of how long it would take to crack. Everything runs in your browser; nothing is sent to a server.
🔐 Test a Password
🔒 Runs entirely in your browser. Your password is never scanned, transmitted, or stored on a server — this is an educational estimate only.
What is this Password Strength Checker?
It measures how hard a password would be to guess by estimating its entropy — the number of bits of unpredictability it carries. The more character types you draw on and the longer the password, the larger the search space an attacker must brute-force, and the higher the entropy.
The tool then maps that entropy to a plain-language strength label and an order-of-magnitude crack-time estimate. Use it to sanity-check the passwords you rely on — and lean on a password manager to generate and store long, unique ones for every account.
❓ Frequently Asked Questions
How is password strength measured here?
By entropy — a measure of how unpredictable the password is, in bits. We size the search space from the character types you use (lowercase, uppercase, digits, symbols) and multiply its logarithm by the length. More length and more character variety both raise entropy, which is why a long random passphrase beats a short complex one.
Is my password sent anywhere when I test it?
No. The entire calculation runs locally in your browser using JavaScript. Your password is never scanned, transmitted, logged, or stored on any server. You can even disconnect from the internet and it will still work.
What does the crack-time estimate assume?
It assumes an offline attacker who has stolen the password database and can try about 10 billion guesses per second against a fast, unsalted hash — a high-end but realistic figure. It is a worst-case, order-of-magnitude estimate, not a guarantee.
Why does a long simple password beat a short complex one?
Entropy grows linearly with length but only logarithmically with character-set size. Adding characters multiplies the number of possibilities far faster than adding symbol types to a short password. A four-word random passphrase is typically far stronger — and easier to remember — than an eight-character jumble.