/passphrase-generator
Everyday Utilities

Passphrase Generator: Diceware-Style Memorable Passwords

Generate strong, memorable passphrases from random dictionary words — Diceware-style. Pick word count, separator, capitalization, and whether to add a number.

Runs in your browser — your text is never uploaded or stored.

    Passphrases are generated locally using crypto.getRandomValues and never leave your device.

    How to Use

    1. 1.Choose how many words you want (4–8 recommended).
    2. 2.Pick a separator, capitalization, and whether to append a random number.
    3. 3.Regenerate until you like the passphrase, then copy it.
    Advertisement

    FAQ

    Why passphrases instead of random passwords?

    Passphrases are easier to remember and type on mobile while still delivering high entropy. Four random words already exceeds the strength of most user-chosen passwords.

    Are the words picked cryptographically?

    Yes. We use crypto.getRandomValues to pick each word from a curated dictionary.

    Is my passphrase sent anywhere?

    Never. Everything runs locally in your browser and no passphrase is transmitted or stored.

    Related tools

    More text utilities