PPasswordForge
Get PasswordForge

PasswordForge · password strength

How strong is a 6-character password?

A random 6-character password carries between 28.2 and 38.7 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)28.2 bits308,915,776weak
Letters, both cases (A-Z a-z)34.2 bits19,770,609,664weak
Letters and digits (A-Z a-z 0-9)35.7 bits56,800,235,584weak
Letters, digits and symbols38.7 bits433,626,201,009weak

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.

Attack28.2b34.2b35.7b38.7b
Online, rate-limited (10 guesses/sec)179 days31 years90 years687 years
Online, no throttling (1 000/sec)1.8 days114 days329 days6.9 years
Offline, slow hash — bcrypt cost 12 (20 000/sec)2.1 hours5.7 days16 days125 days
Offline, fast hash — salted SHA-256 on 8 GPUs (100 billion/sec)under a secondunder a secondunder a second2.2 seconds
Offline, well-funded (100 trillion/sec)under a secondunder a secondunder a secondunder a second

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