Generate memorable diceware-style passphrases. Passphrase Generator is a free online tool from the ToolsRift Hash & Crypto Tools collection. It runs entirely in your browser — nothing to install, no signup, and your data never leaves your device.
Choose how many words you want and click generate. Each word is picked with cryptographically secure randomness for a passphrase you can actually remember.
A four-to-six word passphrase has enormous entropy yet is easy to memorize, unlike a short string of random symbols.
A method of building passphrases by selecting random words from a list, originally chosen with physical dice.
Yes — words are selected using crypto.getRandomValues(), not Math.random(), so the choice is cryptographically secure.