Passphrase Generator

Generate memorable, high-entropy passphrases from the EFF diceware wordlist (7,776 words). Choose the number of words, separator and extras, with a live strength estimate. Built in your browser.

5
-
Strength-
Entropy-

How it works

Each word is chosen independently and uniformly at random from the EFF “large” wordlist of 7,776 words, using your browser's cryptographically secure random generator. Because the list is fixed and public, the strength comes entirely from the randomness of the choice, not from the words being secret.

entropy (bits) = words × log₂(7776) ≈ words × 12.9

That makes a five-word passphrase about 64 bits, strong, and far easier to remember and type than an equivalent random-character password.

Nothing is sent anywhere. Passphrases are generated locally in your browser and never stored or transmitted.

What this does

A passphrase generator builds memorable, high-entropy passphrases from the EFF diceware wordlist (7,776 words), with a choice of word count, separator, and extras.

How to use it

  1. Choose the number of words.
  2. Pick a separator.
  3. Add optional extras.
  4. Copy the passphrase.

How it works

Each word from the 7,776-word EFF list adds about 12.9 bits, so a five-word phrase is roughly 64 bits — easy to remember yet strong. Words are picked locally with secure randomness.

entropy ≈ words × 12.9 bits

Example

A five-word EFF passphrase is about 64 bits of entropy.

Sources & methodology

Last updated .

Frequently asked questions

Why use a passphrase instead of a password?

A string of random words is far easier to remember and type than a jumble of symbols, yet can be just as strong. Each word from the 7,776-word EFF list adds about 12.9 bits of entropy, so a five-word phrase is roughly 64 bits.

What is the EFF wordlist?

It is the public-domain Diceware-style list published by the Electronic Frontier Foundation, chosen to avoid confusable, offensive and very short words so the phrases are easy to read and type.

Is my passphrase stored or sent?

No. Words are picked locally using your browser’s secure random generator and nothing is transmitted or saved.