BFCBrilliance

How Strong Is Your Password Really?

'P@ssw0rd123!' scores 79 bits here and would fall in seconds. The entropy formula only describes passwords a machine chose.

By BFCBrilliance··4 min read

Entropy is length times bits per character

A character drawn at random from the 95 printable symbols carries about 6.57 bits. One drawn from the 26 lowercase letters carries 4.70. Multiply by length and you have the total.

Your details

The value is the bits each character contributes - the base-2 logarithm of the pool size.

Twelve orders of magnitude between top and bottom. This assumption matters more than the password.

Used only for the how-many-characters output. 80 is a common floor; 128 is the usual target for anything long-lived.

Result

Entropy
78.8

Length x bits per character. Only true if the password was chosen at RANDOM.

Powers of ten in the crack time (years)The exponent. 0 means about a year, 6 means a million years, negative means under a year - read this one on strong passwords.
4.9
Average time to crackShows 0 for anything that falls in under a year - check the seconds figure instead.
85,616
That time in secondsUnder 0.01 displays as 0, which means effectively instant.
2,701,802,350,773.74
Characters in the pool
95
Characters needed for your targetFrom this alphabet. A smaller pool simply needs more characters - it is not a dead end.
13
Digits in the number of combinationsHow long the number of possible passwords is when written out.
24
Bits each character addsConstant for a given alphabet - which is why every extra character is worth the same.
6.57

Open the Password Entropy Calculator on its own page to bookmark or share it.

Twelve characters from the full symbol set is 78.8 bits.

Start with the catch, because it's the whole story

That figure assumes every character was picked independently and uniformly at random.

A password a person invented is nothing like that. It's built from words, names, dates, keyboard runs and predictable substitutions — and a cracker tries exactly those patterns first, long before working through the space one combination at a time.

P@ssw0rd123! is twelve characters using all four character classes. This tool scores it at 78.8 bits. Its real strength against a modern wordlist with substitution rules is a tiny fraction of that.

The number is an upper bound. It equals real strength only when a machine did the choosing.

Length beats complexity, and here's the size of it

Every extra character adds the same number of bits. Changing the alphabet only changes how much each one adds — and that change is small.

AlphabetBits per character
Digits (10)3.32
Lowercase (26)4.70
Letters + digits (62)5.95
Letters, digits, symbols (95)6.57

Going from 62 characters to 95 buys you 0.62 bits per character. Across an eight-character password that's under five bits total.

Adding four more characters at the smaller alphabet adds nearly twenty-four.

That's the whole argument for passphrases in one comparison, and it's why "add a symbol and a number" was always the weaker half of the standard advice.

The attacker's speed matters more than your password

This is the part that surprises people. Same twelve-character password, 78.8 bits:

What the attacker can tryAverage time to crack
100/sec — rate-limited login86 trillion years
100 billion/sec — stolen hash, GPU rig86,000 years

Nine orders of magnitude apart, from one assumption about how the guessing happens. Across the full range in the tool it's about twelve.

That dwarfs any realistic difference in password choice — which is why the attack rate is a dropdown rather than a hidden constant. Picking a row is choosing which threat you're reasoning about, and pretending there's one right number would hide that.

What actually falls quickly

At a GPU-rig rate against a fast hash:

PasswordBitsTime
6 lowercase28.2instant
8 letters + digits47.618 minutes
8 with symbols52.69 hours
12 lowercase56.45.5 days
12 with symbols78.886,000 years

Note the third and fourth rows. Twelve lowercase letters beats eight with symbols — a longer, easier-to-type password outperforming a shorter cryptic one, exactly as the bits-per-character table predicts.

Reading the powers-of-ten output

Once a crack time passes a few billion years the exact figure stops meaning anything, so the tool reports the exponent as well.

A jump from 10 to 16 there is six orders of magnitude — a million times harder. Far clearer than two enormous numbers side by side.

It also stays useful at the weak end, where it goes negative: −3 means the password falls in about a thousandth of a second.

How many bits to aim for

80 is a reasonable floor for an ordinary account. 128 is the target for anything long-lived — a manager's master password, a backup key, anything protecting other credentials.

The characters-needed output works backwards from whatever you set:

  • 80 bits → 13 characters with symbols, or 18 lowercase
  • A smaller alphabet isn't a dead end. It just needs more characters, and those are usually easier to type and remember.

Don't trust a result of a few decades. Cracking rates only ever go up, and these numbers are a snapshot of hardware that'll look slow soon enough. A password isn't defending against today's attacker — it's defending against whoever holds your stolen hash in ten years. That's the case for being comfortably clear of the threshold rather than just past it.

The thing that makes all this real

Use a generator.

A password manager produces genuinely random strings, which is the only situation where the calculated entropy is the actual entropy. Everything on this page describes that case and only approximates any other. Our password generator does it in your browser.

And two things worth more than any amount of entropy: don't reuse passwords, and turn on two-factor where it's offered.

Free tool

Password Entropy Calculator

Entropy in bits, and how long a password survives a given attack - as long as it was chosen randomly, which is the assumption doing all the work.

Open the tool →
#tech#security#passwords#entropy#cryptography

Enjoyed this? Get the next one.

New articles straight to your inbox. No spam, ever.

Keep reading

Tech

How Far Should You Sit From Your TV?

Two different questions with two different answers — and at 4K they stopped agreeing. At nine feet you can go from a 69-inch screen to a 138-inch one.

Aug 3, 2026 · 4 min read