Password Strength

Estimate how strong a password is: entropy and crack-time.

Analysed on the server and never stored. Don’t test a password you actively use.

Frequently asked questions

How is password strength measured?

The tool estimates entropy in bits from the character variety and length, then translates that into an approximate offline crack time. More bits means exponentially harder to guess.

What is a good entropy target?

Aim for at least 60 bits for important accounts, and more for high-value ones. Length contributes the most, so a long passphrase often beats a short complex password.

Is my password sent anywhere?

It is analysed on our server over HTTPS and never stored or logged. Even so, do not test a password you actively use on other sites — generate a fresh one.

What is password entropy in bits?

Entropy in bits measures how many equally likely possibilities a password is drawn from. Each extra bit doubles the guessing effort, so higher entropy means an attacker must try exponentially more combinations.

Does adding symbols make a password much stronger?

It helps by enlarging the character set, but length matters far more. Extending a password by a few characters increases entropy more than sprinkling in a single symbol into a short one.

Why are dictionary words weak even when they look complex?

Attackers use word lists and common substitution rules, so predictable patterns such as a capital, a word and a year fall quickly regardless of length. Random or passphrase-based passwords resist these attacks.

What does estimated crack time actually represent?

It approximates how long an offline attacker with significant hardware would need to guess the password by brute force. It assumes the attacker has the hash, so real-world online attacks are usually far slower.