Passphrase Generator
Generate random memorable passphrases from word lists.
4 words0 characters30 bits entropy — Weak
Privacy & Security
- All passphrases are generated locally in your browser using
crypto.getRandomValues(). Nothing is sent to a server. - A 4-word passphrase from a 200-word list provides ~30 bits of entropy. Use 5+ words for important accounts.
- Passphrases are easier to remember and typically stronger than complex passwords.
- Adding numbers, symbols, and mixed capitalization increases entropy further.