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
  1. Open DevTools → Network tab
  2. Click Generate
  3. 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