Passwords

Measure a password's real entropy, estimate how long it survives an offline attack, and build a passphrase instead.

Runs in your browser — nothing you type here is sent anywhere.
Password

Nothing typed here leaves the tab. There is no request to make — the whole estimate runs on this page.

very weak18.4 of 72.1 bits kept
0
30
50
70
90+
18.4
effective bits
72.1
naive bits
length11
charset94 characters
naive estimate72.10 bits
effective estimate18.37 bits
search space337680
verdictvery weak
Time to exhaust the space
attackfalls in
online, throttled 100/s56 minutes
online, unthrottled 10 k/s34 seconds
offline, bcrypt 10 k/s34 seconds
offline, SHA-256 on a GPU 10 G/sinstantly
offline, MD5 on a GPU rig 1 T/sinstantly
What a cracker already knows
  • "summer" is #70 on the list of the most common passwords.
  • "2024" is a year, and years are near the front of every wordlist.
  • A capital at the front and a digit or symbol on the end is the single most predicted password shape there is. It buys almost nothing.
Passphrase
words
joiner

Waiting for the browser to hand over a random source.

The naive figure is length × log2(charset), which assumes you rolled dice. The effective figure is what survives once the predictable parts are priced at what they actually cost: 300 of the most common passwords, 512 common words, keyboard runs, character sequences, repeats, dates, l33t swaps, and the capital-in-front digit-on-the-end shape. This is a heuristic, not zxcvbn — its lists are small, so it will miss a surname or a band name and read high. Take the number as a ceiling. The passphrase below is the opposite kind of claim: it is drawn uniformly from 512 words with rejection sampling, so its bits are exact rather than estimated. Measuring one above will read a little higher, because the meter also charges an attacker for guessing which joiner you used.

Password strength meters usually score patterns rather than resistance. Substituting a zero for an o adds almost nothing against an attacker with a rulebook, but it often turns a meter green.

This works in bits of entropy and shows the estimated crack time against fast offline hashing, which is the threat that matters when a database leaks. The passphrase generator produces the alternative: several random words, far stronger and far easier to type.

What people open it for

In the terminal

tools entropy

Every utility is also a command in the desktop's shell.

More data tools

Open the full desktop, with all 47 utilities