Generate a passphrase from random words (e.g. correct-horse-battery-staple). Choose how many words, separator, and optional capitalization. Easier to remember than random characters. Runs in your browser.
About Passphrase Generator
A passphrase is a password made of several random words. It can be strong and easier to remember than a long random string. This tool picks words from a list using secure randomness. You choose the number of words, separator (space, hyphen, etc.), and whether to capitalize each word.
How to use
- Set the number of words (e.g. 4–6).
- Choose separator and optional capitalization.
- Click Generate passphrase, then copy if needed.
Frequently Asked Questions
Are passphrases as secure as random passwords?
A passphrase of several random words can be strong and easier to remember. Length and randomness matter; this tool uses a large word list and secure random selection.
Is the passphrase generated on a server?
No. Words are chosen in your browser using crypto.getRandomValues. Nothing is sent to a server.
What separator should I use?
Hyphen is common and easy to type. Space is memorable but some systems do not allow spaces in passwords.