Password Strength Checker

Password strength meters usually reward the wrong things — a capital letter and an exclamation mark score well while the underlying word stays in every cracking dictionary. This checker calculates entropy from the actual character space, penalises common patterns, and estimates offline cracking time at realistic hardware speeds.

How to use it

  1. Type a password, or something similar to one you use.
  2. Read the entropy in bits and the estimated time to crack offline.
  3. Check the warnings for common words, keyboard runs, and repeated characters.
  4. Lengthen the password until entropy comfortably exceeds 75 bits.

Frequently asked questions

Is it safe to type my real password here?

Nothing is transmitted or stored — analysis runs entirely in your browser. Even so, the safest habit is to test a similar password rather than the exact one you use.

Why does "P@ssw0rd1" score badly?

Because the substitutions are the first thing every cracking tool tries. The dictionary word underneath is what matters, and rule-based attacks expand it in milliseconds.

How is crack time estimated?

From entropy divided by an assumed offline attack rate against a fast hash. It is a rough order of magnitude — a site using bcrypt is dramatically slower to attack than one using unsalted SHA-256.

Are passphrases better than passwords?

Yes, when the words are chosen randomly. Four or five random dictionary words give high entropy and are far easier to remember. Choosing a memorable phrase yourself removes most of that advantage.

All free tools · Blog · About · Contact

Also available in: Español · Português · Français · Deutsch