PPasswordForge
Get PasswordForge

PasswordForge · password strength

How strong is an 8-character password?

A random 8-character password carries between 37.6 and 51.5 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)37.6 bits208,827,064,576weak
Letters, both cases (A-Z a-z)45.6 bits53,459,728,531,456fair
Letters and digits (A-Z a-z 0-9)47.6 bits218,340,105,584,896fair
Letters, digits and symbols51.5 bits3.28×10^15fair

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.

Attack37.6b45.6b47.6b51.5b
Online, rate-limited (10 guesses/sec)331 years84,702 years345,939 years5.2×10^6 years
Online, no throttling (1 000/sec)3.3 years847 years3,459 years52,002 years
Offline, slow hash — bcrypt cost 12 (20 000/sec)60 days42 years173 years2,600 years
Offline, fast hash — salted SHA-256 on 8 GPUs (100 billion/sec)1 second4.5 minutes18 minutes4.6 hours
Offline, well-funded (100 trillion/sec)under a secondunder a second1.1 seconds16 seconds

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