Skip to content
Wednesday, August 26, 2026
BLOGDAILYGADGETS · APPS · REVIEWS
Home / Guides
Guides

How to Create Strong Passphrases You Can Actually Remember

NIST's guidance flipped the old rules: length beats symbol soup, and "correct-horse-battery" style phrases are both stronger and memorable — here's the method that works.

William Elliott, · May 4, 2026 · 3 min read
ShareXFacebookLinkedInTelegramEmail
Notebook with dice and handwritten word list on desk

The modern rule, straight from NIST's digital identity guidelines: length matters more than complexity. A four-word passphrase like "copper-lantern-mango-drum" — 24 characters, memorable, typeable — is stronger than "P@ssw0rd!23" and survives shoulder-surfing better too. The method: pick four-plus random words, join them, add nothing clever. The catch: any passphrase you reuse across sites loses to the first site that leaks it — uniqueness, not cleverness, is what a password manager is for.

Why did the old password rules change?

The original rules — short minimum lengths, mandatory symbols, forced rotation — produced what users actually do: "Summer2024!" then "Fall2024$". NIST's revision (SP 800-63B) documented the failures and now recommends: longer minimums (its guidance suggests allowing 64+ characters), no mandatory periodic rotation (rotation drives weak patterns), checking new passwords against known-breach lists, and dropping composition rules that push predictable substitutions. The hacker-proofing moved from games with symbols to sheer length.

How do you make a passphrase you'll remember?

  1. Pick words at random, not associatively — not your dog, your street, your birthday. Roll dice against a word list (the EFF's large wordlist is the documented tool for exactly this) or grab four words from different pages of unrelated books.
  2. Join with hyphens or spaces where sites allow: "copper-lantern-mango-drum".
  3. Length-check: 16 characters minimum; four to six words gets you there naturally.
  4. Test nothing — never paste a real password into an online "strength checker"; the checking is what a checker does with your password.

Where should passphrases be used?

Everything else — the hundred site logins — belongs in a password manager generating random 20-character strings you never memorize.

What makes a passphrase weak?

The verdict

One five-word passphrase for your master password, unique manager-generated strings for everything else, breach-checks where offered (Chrome, Safari and Firefox document them built-in). That's the entire modern discipline — and it fits on an index card, which is exactly where your emergency master-passphrase hint doesn't belong.

FAQ

Frequently Asked Questions

Are long passphrases really stronger than complex passwords?
Yes. NIST's guidance documents length as the primary strength factor — four random words beat symbol-laced short passwords against modern cracking, and remain typeable and memorable.
Should I change my passwords regularly?
Only when there's a reason. NIST dropped mandatory periodic rotation from its guidelines because forced changes produce weak patterns like SeasonYear!. Change a password when a breach notification names it.
How do I choose random words without a computer?
Dice and a word list: the EFF's large diceware wordlist is the documented standard — five dice rolls pick each word. Four to six words yields a passphrase both memorable and far beyond practical cracking.

Sources

  1. NIST SP 800-63B Digital Identity GuidelinesNIST SP 800-63B Digital Identity Guidelines
  2. CISA home network guidanceCISA home network guidance