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.Choose how many words you want (4–8 recommended).
- 2.Pick a separator, capitalization, and whether to append a random number.
- 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
Password Generator
Free online password generator. Create strong random passwords with custom length, letters, numbers, symbols, and no ambiguous characters. 100% browser-based and secure.
UUID Generator
Free online UUID v4 generator. Create one or many cryptographically random UUIDs (also known as GUIDs) in your browser — no signup.
Hash Generator (SHA-256, SHA-512)
Free online SHA hash generator. Compute SHA-1, SHA-256, SHA-384, and SHA-512 hashes for any text using the Web Crypto API — nothing leaves your browser.
URL Encode / Decode
Free online URL encoder and decoder. Percent-encode any string for safe use in URLs or decode %-encoded text back to plain characters. 100% browser-based.