๐ Passphrase Generator
Estimated entropy: ~36 bits
Generate a secure, memorable passphrase from a random combination of dictionary words (Diceware-style). Customize the word count, separator, capitalization, and a trailing number, with an estimated entropy shown alongside. Useful when you want a password that's easier to remember than a random string.
How to use
- Set the word count, separator, and other options.
- Press "Generate" to see a new passphrase.
- Press "Copy" to copy it to your clipboard.
FAQ
Is a passphrase more secure than a random string?
With enough words, a passphrase can match or exceed the strength of a random string while being much easier to remember. More words means greater strength.
What does the entropy (bits) shown mean?
It's a measure of how hard the passphrase is to guess โ the higher the number, the more resistant it is to brute-force attacks.
Is the generated passphrase sent to a server?
No, everything is generated locally in your browser using a cryptographically secure random number generator โ nothing is sent anywhere.