Generate passphrase

Generate a random word sequence that is easier to type and remember.

freeworks offlinenothing uploaded
ToolPassphrase Generator
Input
Output
Put this on your own site

The frame below runs the same code as this page, in the reader's own browser. Nothing is sent to us, and nothing is sent to you.

Pick a dark background and the text and panels follow it, so the frame stays readable on a dark page.

Preview

How it works

Independent random words are sampled from a defined list and joined with the selected separator or formatting rule. Entropy grows with the number of equally likely words, not with punctuation added after a familiar phrase.

  • Word sequences balance memorability and search-space size when sampling is unbiased.

Worked example

6-Word Passphrase
Generate a diceware-style passphrase with 6 random words
Input
											Word count: 6
Separator: -
Capitalize: false
Include number: false
Count: 1
										
Output
												bundle-garbage-fence-dawn-hammer-icon
											

When to use this

Recovery secrets, command-line credentials, and security lessons use random word sequences.

Edge cases

  • A famous quotation is searchable and not random.
  • A word list with uneven frequencies lowers the estimate.
  • Reusing a passphrase across services turns one disclosure into many.

References