gg
HomeGenerators › Passphrase
Generators

Passphrase

Build a memorable passphrase from short common words joined by hyphens, finished with a two-digit number. Words are far easier to remember and type than a mangled password, and every word you add multiplies how many guesses an attacker needs. The tool prints the actual strength in bits alongside each phrase, with the arithmetic, so you can judge whether it is enough for what you are protecting rather than trusting a colour-coded bar.

Try it now

💡 Good to know: Four random common words give ~44 bits of entropy — stronger than most 8-character passwords, and actually memorable.

Worked example

mailbox-tell-climate-fine-plug-lawyer-22 Strength: about 72 bits — 6 words from a 2048-word list plus a two-digit number. That is the honest figure, not a rating. What it means: - Fine for an account where someone has to guess through a login that locks them out or slows them down. - NOT enough on its own for anything an attacker can attack offline at their own pace — an encrypted file, a stolen password database, a crypto wallet. Each word is one of 2048, so each one adds about 11 bits. The words are short and ordinary on purpose: a phrase you can actually remember and type is worth more than a stronger one you end up writing on a note. ⚠ EXAMPLE ONLY — NOT SAFE TO USE. This was produced from a fixed seed so the page has something to show. Open the tool in a browser and generate a real one.

Inputs

Frequently asked

Why words instead of random characters?

A string of real words is far easier to recall and type accurately, and length is what makes guessing expensive. The trade-off is that each word is drawn from a fixed list, so a word carries less strength than several random characters would.

How many words should I use?

The tool prints the bit figure for whatever you pick, so use that rather than a rule of thumb. As a guide: more words for anything an attacker could attack offline, such as an encrypted file or a password manager; fewer is defensible for an ordinary account that locks out after failed attempts.

How strong is this really?

The number printed with each phrase is the honest one, derived from the size of the word list this tool actually uses. It is deliberately not dressed up. If you need strength beyond what more words can give you comfortably, use the random password generator and store the result in a password manager.

Related Generators tools