Boneyard Tools

Password Strength Checker

Paste a password to see how strong it is. This checker estimates entropy from its length and character variety, shows an estimated crack time, and suggests how to make it stronger. Everything runs in your browser.

How to check password strength

  1. Type or paste the password into the box (use show/hide to reveal it).
  2. Read the strength meter, entropy in bits and estimated crack time.
  3. Follow the suggestions to add length or mix more character types.

Examples

A common password

password
Very weak. Crack time: instantly (found in common-password lists).

A long, mixed password

X7$kPq2!mNv9@wL4
Strong. ~105 bits of entropy across lowercase, uppercase, digits and symbols.

Frequently asked questions

Is my password sent anywhere?

No. The check runs entirely in your browser. Your password is held in the page while you look at it and is never sent to a server, logged or stored.

What is password entropy?

Entropy measures how unpredictable a password is, in bits. It is estimated as length times log2 of the character-set size. More bits means more possible combinations and a longer time to crack.

Why does length matter more than symbols?

Each extra character multiplies the number of guesses an attacker must try, so length adds entropy fast. Adding more character types helps too, but a longer passphrase usually beats a short password full of symbols.

What makes a strong password?

Length and unpredictability. Aim for 16 or more characters, mix lowercase, uppercase, digits and symbols, avoid common words, names, dates and keyboard patterns, and never reuse a password across accounts.

How is the crack time estimated?

We assume an offline attacker trying about 10 billion guesses per second and that the password is found after roughly half the keyspace, so guesses equal 2 to the entropy bits divided by two. It is a rough guide, not a guarantee.

Why is a long password still rated weak?

Common passwords and simple patterns are easy to guess no matter how long they look. If your password appears in well-known lists, it is forced to the lowest score regardless of its raw entropy.

Related tools