Password Strength Checker

Entropy, crack time estimates, common-pattern detection — runs in your browser.

Never uploaded. Computed locally. Try a random one if you don't want to type your real one.

Length
characters
Entropy
bits
Strength
⚡ Online attack (100 guesses/sec)
💀 Offline attack (10B guesses/sec)

Why entropy beats character-class counting

Old strength meters look for "1 uppercase, 1 number, 1 symbol" — but Password1! passes that check and is still terrible. Real strength is about unpredictability, not which characters appear.

How to read the crack-time numbers

Privacy

The password is never sent anywhere. All calculation happens in JavaScript in your browser.