PPasswordForge
Get PasswordForge

PasswordForge · password strength

How strong is a 10-character password?

A random 10-character password carries between 47 and 64.4 bits of entropy, depending on which characters it may contain. The table below gives the exact figure for each alphabet, and what each attack speed would need to exhaust it.

These numbers describe a password generated at random. A password a person invented — a name, a date, a word with letters swapped for digits — is worth a fraction of the same length, because an attacker guesses the pattern, not the alphabet. Entropy measures the dice, not the string.

Entropy and keyspace

AlphabetEntropyPossible passwordsVerdict
Lowercase letters (a-z)47 bits141,167,095,653,376fair
Letters, both cases (A-Z a-z)57 bits1.45×10^17fair
Letters and digits (A-Z a-z 0-9)59.5 bits8.39×10^17fair
Letters, digits and symbols64.4 bits2.48×10^19strong

Time to exhaust half the keyspace

Each column states the guess rate it assumes. A crack time quoted without a rate is meaningless — the same password is minutes or millennia depending on whether the attacker is typing into a login form or running eight GPUs against a stolen hash.

Attack47b57b59.5b64.4b
Online, rate-limited (10 guesses/sec)223,666 years2.3×10^8 years1.3×10^9 years3.9×10^10 years
Online, no throttling (1 000/sec)2,237 years2.3×10^6 years1.3×10^7 years3.9×10^8 years
Offline, slow hash — bcrypt cost 12 (20 000/sec)112 years114,517 years664,895 years2.0×10^7 years
Offline, fast hash — salted SHA-256 on 8 GPUs (100 billion/sec)12 minutes8.4 days49 days3.9 years
Offline, well-funded (100 trillion/sec)under a second12 minutes1.2 hours1.4 days

Generate one at this strength

The generator runs in your browser using the operating system's cryptographic random source — nothing is sent anywhere. Pick a length or a word count, see the entropy update as you go, and export a batch when you need many at once.

Open PasswordForge

Other strength questions