Password strength tester. Entropy, not vibes.
Type any password and see its real entropy in bits, an estimated crack time, and exactly which weak spots to fix. Analysed entirely on your device — your password is never transmitted, logged, or stored.
A free online tool by Digital HeroesYour password is analysed locally with JavaScript and never transmitted, logged, or stored. Nothing leaves this tab — close it and the password is gone. It is never autofilled or saved.
Checklist
How crack time is estimated
We estimate entropy as bits = length × log₂(pool size), where the pool is only the character sets you actually used (26 lowercase, 26 uppercase, 10 digits, ~33 symbols). When a common password, dictionary word, sequence, or repetition is detected, the effective entropy is reduced because an attacker would try those first.
Crack time assumes an offline attacker who has the leaked hash and guesses at 10 billion guesses/sec (a strong consumer GPU against a fast hash like unsalted SHA-1):
*This is a guide, not a guarantee. A slow, salted hash (bcrypt/argon2) would take far longer to crack; a weak reused password could fall instantly to a credential-stuffing list regardless of entropy. Use a password manager and unique passwords everywhere.
Everything a strength check should show.
- Measure entropy in bits for any password you type or paste, updated live as you type.
- See an estimated crack time across four attacker scenarios — online throttled, slow salted hash, fast single GPU, and a large GPU cluster.
- Run a security checklist covering length, character mix, common passwords, dictionary words, sequences and repeats.
- Get fix-it tips that name exactly what is weakening your password and how to strengthen it.
- Toggle visibility to verify what you typed without leaving it exposed on screen.
- Test privately: everything runs in your browser and nothing is ever uploaded.
Four steps, no manual.
- Type or paste a password into the test field — results update instantly as you type.
- Read the strength label, entropy score and crack-time estimate in the stat boxes.
- Use the eye button to reveal or hide the characters while you check them.
- Review the checklist and fix-it tips to see what to change, then push it toward “Excellent.”
Frequently asked questions.
Is the Password Strength Tester free?
Is my password uploaded or stored anywhere?
What does entropy in bits actually mean?
How is the crack time calculated?
Should I type my real password in here?
Does it work offline?
Published · Last updated .