Tool
Passphrase Generator
Diceware-style memorable passphrases from a 2048-word list. CSPRNG picks — client-side only.
Runs entirely in your browser — no data sent to servers. Privacy policy
Prove it runs locally
- Open DevTools → Network tab
- Click Generate
- Confirm zero outbound requests for the secret
Generation uses crypto.getRandomValues() in your browser. Privacy policy
How to Use This Tool
Choose a word count (4–12). Six words from a 2048-word list is about 66 bits of entropy — strong for human-typed secrets; use more words for higher assurance.
Pick a separator (hyphen, space, or dot). Optionally capitalize words, append a random digit, or append a symbol for sites that require mixed case or special characters.
Click Generate passphrase, reveal if needed, and copy the result into your password manager. This tool does not store or sync secrets.
Continue learning
ToolsPassword Generator — Random character passwords with customizable length and charset.Session Secret Generator — CSPRNG SESSION_SECRET and CSRF_SECRET values for .env.JWT Secret Generator — RFC 7518–aware JWT signing secrets.