Memorable, cryptographically strong passphrases from the EFF wordlist.
A 4-word Diceware passphrase from the EFF list (1296 words) has ~51 bits of entropy — equivalent to a random 8-character mixed-case alphanumeric, but far easier to type and remember.
Each word added contributes another 12.9 bits:
| Words | Entropy | Suitable for |
|---|---|---|
| 4 | ~51 bits | Throwaway accounts |
| 5 | ~64 bits | Regular accounts |
| 6 | ~77 bits | Most accounts (recommended) |
| 7 | ~90 bits | Email, password manager |
| 8 | ~103 bits | Master password |
| 10 | ~129 bits | Encryption keys |
This tool uses the EFF short wordlist — 1296 words, 4-9 letters each, no homophones, designed for memorability. Public domain.
The wordlist is bundled with the page and random bytes come from crypto.getRandomValues(). Nothing is sent to a server.