Diceware Passphrase Generator

A passphrase generator that picks words at random from a 2048-word list using crypto-secure dice rolls. Six words give about 66 bits of entropy and are far easier to memorize than a 12-character random password. Configure word count, separators, capitalization, and optionally append a number or symbol.

How to use

1
Pick word count

Six words is the modern minimum (~66 bits). Use seven or eight words for password-manager master phrases.

2
Choose a separator

A separator visibly delineates words and adds tiny bits of entropy without harming memorability. Dash is the most common choice.

3
Adjust capitalization & extras

Title Case helps with services that require mixed case. Append a number/symbol if a service blocks unmixed alphabetic passwords.

4
Generate, copy, repeat

Click Generate until a phrase "sticks". Memorability matters more than the exact wording — the entropy is identical.

Create memorable passphrases that are easier to type than random strings — without losing entropy

·
Entropy: bits Time to crack (offline GPU):
BIP-39 English (2048 words, 11.0 bits/word)
Copied
Don't know what to try?
750+ tools — open a surprise
🎲 Surprise me

Features

Diceware-style selection
Each word is picked with unbiased crypto-secure randomness — the same mathematics as physical dice diceware, but instant.
BIP-39 word list (2048 words)
11 bits of entropy per word. Six words = 66 bits, eight words = 88 bits — strong enough for any consumer threat model.
Memorable but strong
Easier to recall and type than a random string. "correct-horse-battery-staple" is real-world resistant to brute force.
Flexible formatting
Separator (space, dash, dot, underscore, random punctuation), casing (lower / Title / UPPER / random), optional appended digit or symbol.
Live entropy
Entropy in bits and time-to-crack against an offline GPU rig update with every option change.
Bulk generation
Generate up to 200 passphrases at once for batch provisioning or wallet seed-like applications.

FAQ

What is diceware?

Diceware is a method of picking a passphrase by rolling physical dice and looking up each result in a pre-defined word list. It produces strong, memorable passwords whose entropy is exactly len × log2(wordlist size).

What does a passphrase buy me over a random password?

The ability to carry it in your head and to say it out loud. Four or six ordinary words can be memorized in a way that "K7#mQ2vX" cannot, typed on a phone keyboard without hunting for symbols, and read to a colleague over the phone without spelling every character. The strength is not a sacrifice: entropy comes from how many words the list has and how many you draw, so a six-word passphrase from a large list is around the strength of a twelve-character random password. Where a random password still wins is a field with a strict length cap — some sites still refuse anything over sixteen characters, and there a passphrase does not fit.

How many words is enough?

6 words ≈ 66 bits — out of reach for any current adversary. 7 words ≈ 77 bits for sensitive accounts. 8 words ≈ 88 bits for master keys and recovery phrases.

Is BIP-39 a good word list?

Yes. BIP-39 is the curated 2048-word list used by Bitcoin wallets for seed phrases — every word is short, distinct in the first 4 letters, and easy to spell.

Should I stick a number and a symbol on the end?

Only when a site insists. A six-word passphrase already carries more entropy than any of these policies were designed to demand, and adding "1!" contributes almost nothing because it is the first thing an attacker appends too — the pattern is so universal that cracking tools generate it automatically from every dictionary word. If a form rejects your passphrase, the honest fix is to satisfy the rule with as little damage as possible: put the required character somewhere you will remember rather than at the end, and do not shorten the phrase to make room. A shorter phrase with a symbol is weaker than a longer one without.

Are passphrases really memorable?

Yes — humans remember word sequences far better than character strings. After typing "river coffee window plant" ten times, it sticks. Stories or absurd images help.

💡 Want us to improve this tool just for you?

We can! Just send us a quick message with your idea. If you'd like to discuss it in detail, leave your email and we'll get back to you. You can stay anonymous.

How do you rate this tool?

Thank you for your rating!
Want to share more? Leave a comment!
Thank you! Your comment will appear after moderation.
Published Author: