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
Six words is the modern minimum (~66 bits). Use seven or eight words for password-manager master phrases.
A separator visibly delineates words and adds tiny bits of entropy without harming memorability. Dash is the most common choice.
Title Case helps with services that require mixed case. Append a number/symbol if a service blocks unmixed alphabetic passwords.
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
Features
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.
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.