Diceware passphrase generator
Generate strong, memorable passphrases from random words with a shown entropy figure.
Related tools
Diceware passphrase generator
A passphrase of a few random words is the rare security advice that makes life easier, not harder: correct-horse-battery-staple is both far stronger than a mangled P@ssw0rd1 and far easier to remember. This generator builds those phrases the Diceware way — each word an independent, uniform draw from a list of over two thousand common English words, using the browser's cryptographic randomness. Because the draw is uniform and independent, the entropy is exact and shown with every batch: words × log₂(list size) bits, no hand-waving.
Six words from a 2000-word list is roughly 77 bits — comfortably past what any offline attacker will brute-force in a lifetime, and the default here. Drop to five for lower-stakes accounts, push to eight or more for a master password or an encryption key. The separator, letter case and an optional trailing digit are yours to set, mostly to satisfy password fields that demand a symbol or a number; none of that meaningfully changes the strength, which comes from the word count alone — the tool is honest about that in the entropy figure.
Generate a batch at once and pick the phrase that sticks in your head; the one you will actually remember is the one you should use. The words are common and easy to type, chosen to be spellable and phone-friendly, not obscure.
Everything runs locally in your browser using crypto.getRandomValues — the same randomness source as the password generator. The passphrases are created on your device, never transmitted, and nothing is logged; refresh and they are gone.