# Passphrase Generator

> Generate memorable Diceware-style passphrases from random words.

To generate a passphrase, choose how many words you want and a separator. Words are picked using cryptographically secure randomness in the Diceware style, producing phrases that are far easier to remember and type than random character strings of equivalent strength.

**URL:** https://convertto.tech/t/passphrase-generator
**Category:** Hash & Crypto Tools (https://convertto.tech/c/crypto-tools)
**Privacy:** Runs entirely in the browser; no upload
**Cost:** Free, no sign-up
**Last updated:** 2026-08-01

## Key facts

- **Privacy:** Runs entirely in your browser — nothing is uploaded
- **Cost:** Free, unlimited, no sign-up

## How to use

1. Set the number of words.
2. Set the how many.
3. Choose the separator.
4. Turn "Capitalise words" on or off as needed.
5. Turn "Append a number" on or off as needed.
6. The result appears immediately — copy or download it.

## FAQ

### Is a passphrase really stronger than a password?

For the same memorability, yes, by a wide margin. Four random words from a 7,776-word list gives about 51 bits of entropy and is easy to remember; a "complex" eight-character password gives roughly 40 and is not.

### Does adding a number to the end help?

Marginally, and it is the first thing cracking tools try. Adding a fifth word adds far more entropy than any amount of character substitution, and costs nothing in memorability.

## Related tools

- [Password Generator](https://convertto.tech/t/password-generator): Generate strong random passwords using your browser's cryptographic random source.
- [Password Strength Checker](https://convertto.tech/t/password-strength-checker): Estimate how long a password would take to crack, and see exactly what weakens it.
- [Bcrypt Hash Generator](https://convertto.tech/t/bcrypt-hash-generator): Hash a password with bcrypt at a configurable cost factor — the right way to store passwords.
- [Password Policy Tester](https://convertto.tech/t/password-policy-tester): Test a password against a policy and see whether the policy actually improves security.
- [Random String Generator](https://convertto.tech/t/random-string-generator): Generate random strings from a chosen character set — for keys, tokens and test data.
- [TOTP Code Generator](https://convertto.tech/t/totp-generator): Generate time-based one-time passwords from a Base32 secret to test 2FA setups.
- [Nano ID Generator](https://convertto.tech/t/nanoid-generator): Generate compact URL-safe unique IDs — shorter than a UUID with comparable collision safety.
- [Protect PDF with Password](https://convertto.tech/t/protect-pdf): Encrypt a PDF with a password using AES-128, and choose what readers are allowed to do.
