Attackers scrape social media, dig through breach dumps, and run automated tools that test everything from your pet’s name to your anniversary date in under a second. Direct meaning is a liability.
Take Emma. She used the same weak password across her bank and email accounts. One company got breached, her credentials wound up posted online, and she got a $700 transfer alert she didn’t make. By the time she realized, the attacker had already changed both passwords.
She couldn’t log in to anything. It’s a textbook example of why reusing personal information directly is a fast track to disaster.
Here are five specific methods, each with a clear rule and a worked example. Use them for your master passphrase, a few key accounts, or just to understand how the game works.
Key Takeaways
The CISA passphrase HorsePurpleHatRun (good) ? HorsePurpleHatRunBay (great) ? Horse Purple Hat Run Bay Lifting (amazing) shows how adding length and spacing increases strength without sacrificing memorability.
Kaspersky’s 2025 research found that 88% of DeepSeek-generated passwords, 87% of Llama-generated passwords, and 33% of ChatGPT-generated passwords were insecure — meaning you can’t trust an LLM to produce a safe meaningful password.
Microsoft’s data confirms that enabling multi-factor authentication (MFA) blocks 99.9% of account compromise attacks, making it your single most effective safety net after you’ve designed a strong base password.
Table of Contents
The core tradeoff: direct meaning is dangerous, encoding is the solution
A bot can scrape your public Instagram feed for “Max” and your Facebook anniversary — then try every combination of both in seconds. That’s not a brute?force problem; it’s an information?gathering problem.
All five methods share the same architecture — personal base + non?obvious transformation + sufficient length (15–20+ characters per NIST).
The five encoding techniques
Each method transforms a personal anchor into a strong, memorable password using a different mental framework.

Method 1: The obscure passphrase
The classic XKCD playbook says to string together four random words. The upgrade is obscure references: proper nouns, historical figures, archaic words, or terms from your niche hobbies.
CISA’s progression shows the idea cleanly. You start with HorsePurpleHatRun (four unrelated words, good). Add one more word and you get HorsePurpleHatRunBay (great). Add spaces and another word — Horse Purple Hat Run Bay Lifting (amazing). Each step multiplies the possible combinations exponentially.
Avast’s obscure passphrase example takes it further: SunTzu?cheesesteak?transistor?Christmas?obrigado. That’s a Chinese general, a sandwich, a component, a holiday, and a Portuguese word — no logical thread. Add symbol/number twists between the words and it becomes SunTzu>chee$esteak?transistor? Christmas?0brigado. Still human?readable, still anchored to personal taste, but now a nightmare for dictionary attacks.
This is for people who think in words and images — travelers, hobbyists, anyone with strong personal references they can draw on without repeating.
Method 2: The sentence method (Bruce Schneier)
For example, “Nebraska is hands?down my favorite Bruce Springsteen album” becomes Neisha?domyfaBrSpal (first two letters of each word, plus the original hyphen). Another: May is the fifth month of the year ? MaISth5mo0FthY (replace “fifth” with “5”). “Friday is for partying all night long!” ? Fris4parAlNitLO! (first two letters of most words, “4” for “for”, uppercase on key junctions).
Movie quotes work too — Y3rAW1zardH@rry!!, LooqI@mYerF@ther!, Ju$tK33pSwiMMing!! — as long as you don’t reuse the same quote everyone knows. Pick an inside joke, a line from a foreign film, or a passage from a book no one else has read.
This is for narrative thinkers — people who remember quotes, lyrics, or personal anecdotes and can commit to a transformation rule.
Method 3: The mnemonic story
This one flips the approach entirely. Instead of starting with meaning, you start with a cryptographically random password — generated by a password manager, not your brain, and then build a story around it.
Take the example Kaspersky uses: HSVpk*VR0Gkq#WwJ. Break it into chunks: HSV, pk, *, VR, 0G, kq, #, WwJ. Then create a vivid mental image: Imagine a high?speed vehicle (HSV) cresting a peak (pk), where you spot a star (*) in virtual reality (VR). Next, you experience zero gravity (0G) and observe the king and queen (kq) imprisoned (#) in the White witch’s jail (WwJ). It’s absurd, but that’s the point — absurd imagery sticks better than logical connections.
Another worked example: uJkn@a4tpf>otfl0! becomes Uncle Jay approached a door, then immediately fell to the floor. A victory at last! (using the punctuation as story beats).
The rule: never generate the password from an LLM or your own patterns. Use a secure random generator. Then layer the story on top.
This is for visual thinkers and storytellers — anyone who finds the other methods too rigid or who enjoys building narrative scaffolding.
Method 4: The ISO code method
If you travel (or daydream about travel), country codes make brilliant building blocks. ISO 3166?1 alpha?3 codes are three letters each and widely known. Combine five of them into a base string: ESPCHNAUSCANEGY — Spain, China, Australia, Canada, Egypt. That’s 15 characters already.
Then strengthen it with case shifts and symbol replacements: E5PCHnAuSC^N3&Y. You know that “E” is from Spain, “5” looks like “S”, the lowercase “n” is from China, and so on. The logic is personal but non?obvious to anyone else.
And here’s the killer feature: rotation is painless. When you need to change the password, swap the oldest country code for a new one. NORCHnAuSC^N3&Y — replace Spain with Norway. You keep the same transformation rule and only change one chunk. No need to start from scratch.
This is for travelers, expats, geography nerds — anyone who can remember a sequence of places they’ve visited or want to visit.
Method 5: The math method
An equation reads like a sentence but resists dictionary attacks. The key is that the relationship between the numbers is personal and non?obvious.
soccerteam+redcard=10 — 11 players minus one red card equals 10 on the field. Another: 539+98=sixhundred&thirtyseven. The inputs and result are meaningful to you (maybe birth year + favorite jersey number) but not to a scraper.
You can also use real?world logic: favorite team + championship year, age + anniversary, height in inches + shoe size, or you can build from creative mnemonic strategies like memorable password ideas. The format gives you room for symbols and numbers while keeping the password memorably “equation?shaped.”
This is for systems thinkers, sports fans, logical types — anyone who remembers relationships between numbers better than arbitrary strings.
Why AI?generated passwords backfire
It’s tempting to ask ChatGPT for “a meaningful password I can remember.” Don’t. Kaspersky’s 2025 research ran 1,000 passwords per LLM model, and the results were grim — prompting a closer look at how mnemonic passwords actually work. Because LLMs are trained on the same public data, they can generate the same password for multiple users, making credential stuffing even easier. A password checker service can quickly verify whether any AI-generated output meets basic security standards before you consider using it.
- DeepSeek: 88% were insufficiently secure.
- Llama: 87% were insufficiently secure.
- ChatGPT: 33% were insufficiently secure.
The failure patterns were predictable: 26–32% of passwords across models lacked special characters or numbers entirely. Others used dictionary words dressed up in leetspeak — B@n@n@7, S1mP1eL1on — which cracking tools have been trained to recognize for years. An LLM mimics human patterns, and human patterns are exactly what attackers exploit.

If you absolutely must use an LLM for inspiration (maybe to generate the sentence for method 2), never use its output as?is. Apply your own transformation rule — a case shift here, a symbol substitution there, to add real entropy.
The contrast is sharp: a cryptographically secure generator like Kaspersky Password Manager or Avast Random Password Generator produces output with no detectable patterns. That’s the foundation you should build on.
Password managers: store your masterpiece
You’ve got five solid methods now. But the average person has over 100 passwords (NordPass study). Nobody can memorize 100 uniquely encoded strings, no matter how clever the mnemonic.
That’s what a password manager is for. It generates cryptographically strong passwords, stores them in an AES?256?encrypted vault, autofills on legitimate sites (which also defends against phishing), and alerts you to weak or reused credentials. The only password you truly need to remember is the master passphrase.
Browser?built?in managers are better than nothing, but dedicated managers add serious protection. Kaspersky says simple scripts can extract browser?stored passwords in seconds. Dedicated options like Proton Pass (free, open source, end?to?end encrypted), Kaspersky Password Manager, or Sticky Password (local Wi?Fi sync, Dark Web Monitoring, passkey support) offer much stronger encryption and additional features.
Your master passphrase deserves your best encoding effort. Use the obscure passphrase or sentence method from above. Aim for 16+ characters, never reuse it anywhere else. That single investment makes the rest passive: the manager creates and fills every other password for you.
MFA: the safety net
No password is invincible. Even a perfectly encoded 20?character string can leak in a breach. Multi?factor authentication (MFA) is the backup door that catches the fall.
Microsoft’s data says MFA blocks 99.9% of account compromise attacks. That’s not a typo. The hierarchy of MFA methods matters:
- Best: FIDO?certified hardware keys (like YubiKey) — they verify the website’s identity, making phishing nearly impossible.
- Good: App?based authenticators (Google Authenticator, Microsoft Authenticator) — codes generated locally, not interceptable over SMS.
- Last resort: SMS?based 2FA — vulnerable to SIM swapping and SS7 routing attacks.
No method is 100% — the Scattered Spider group famously bypassed 2FA by enrolling new devices on a target’s account. But MFA remains the single most effective layer you can add. The FIDO Alliance has developed open authentication standards that underpin the most secure hardware-key methods listed above.
Protect your email first, then financial accounts, then social media. Every account that supports MFA should have it enabled. PayPal and Amazon both offer MFA options that significantly reduce the risk of unauthorized access even if your password is compromised.
Context?specific adaptation
The five encoding methods are universal, but real life throws curveballs — different accounts have different constraints. Here’s how to adapt.
Email (the master key). Your email controls password resets for most of your other accounts via “Forgotten password?” links. This account deserves your strongest, most unique password — possibly a cryptographically generated one stored in your manager, rather than a personally encoded one. Enable MFA on email immediately.
Work (navigating corporate policy). Many organizations still enforce periodic password changes despite NIST now advising against it unless there’s evidence of compromise. If you’re stuck with rotation, build a system that incorporates the year or quarter. The ISO code method shines here: replace the oldest country code each cycle.
If your company demands specific character types, bake them into your encoding rule from day one. And never use a personal password for work accounts, or vice versa — cross?contamination is too risky.
Social media and other accounts. Social platforms are frequent targets for credential stuffing because they contain personal info you’ve already shared publicly. Use a unique passphrase for each platform. If you want it to feel meaningful, consider platform?relevant themes: photography terms for Instagram, gaming references for Discord. The uniqueness rule still trumps everything — don’t reuse even a great password.
The myth of “easy to remember”
The NordPass data says you have over 100 accounts. That’s not going to happen.
The muscle memory method — typing a random password repeatedly until it becomes automatic, works for a few key accounts. Two or three, max. It’s impractical at scale.
Invest your encoding effort in exactly one — the master passphrase for your password manager. Use the obscure passphrase method, the sentence method, or a combination of both. Make it at least 16 characters. Then the manager stores, fills, and generates the rest.
Secure meaning is better than no meaning
Personal significance makes a password stickier in memory and less likely to be forgotten or written on a sticky note. The solution isn’t to abandon meaning — it’s to encode it deliberately using a non?obvious transformation.
Apply the techniques above to your master passphrase (and maybe a few key accounts). For everything else, let the password manager do the heavy lifting. Add MFA as the safety net that catches what even the best password misses.
People Also Ask
What are some good password ideas?
Good password ideas include using an obscure passphrase of unrelated words (like SunTzu-cheesesteak-transistor-Christmas-obrigado), the sentence method where you take the first two letters of each word in a personal phrase, or the ISO code method combining country codes. The key is a personal base plus a non-obvious transformation that reaches 15–20+ characters.
What is a clever password?
A clever password transforms something personally meaningful into something unrecognizable to attackers. Examples include an equation like soccerteam+redcard=10 (11 players minus one red card), a sentence like ‘Nebraska is hands-down my favorite Bruce Springsteen album’ turned into Neisha-domyfaBrSpal, or a sequence of ISO country codes with symbol substitutions like E5PCHnAuSC^N3u0026amp;Y.
How does multi-factor authentication protect me if my password is stolen?
Microsoft’s data confirms that MFA blocks 99.9% of account compromise attacks. Even if your password leaks in a breach, an attacker can’t log in without the second factor. Hardware keys like YubiKey are the most secure option, followed by app-based authenticators, with SMS-based 2FA being the least secure due to SIM swapping risks.
What’s the difference between a password manager and a browser’s built-in password saver?
Dedicated password managers offer much stronger protection than browser-built-in managers. Kaspersky notes that simple scripts can extract browser-stored passwords in seconds, while dedicated managers like Proton Pass or Kaspersky Password Manager use AES-256 encryption, autofill on legitimate sites to defend against phishing, and alert you to weak or reused credentials.
How do I create a master passphrase I can actually remember?
Invest your encoding effort in one master passphrase using the obscure passphrase or sentence method. Start with four unrelated words like HorsePurpleHatRun, then add length and spaces to become Horse Purple Hat Run Bay Lifting. Make it at least 16 characters, never reuse it anywhere else, and let your password manager handle the other 100+ accounts.
