
Most passwords protect one account. A master key is different: it protects, or derives, all of them. That makes it the single most important secret you own, and the one most worth getting right.
A strong master password is long, unique, and memorable, in that order. Aim for a passphrase of four to six randomly chosen words (or at least 15 characters), never reused anywhere else, and never written somewhere recoverable. Length beats complexity: a long passphrase you’ll actually remember protects you better than a short cryptic string you’ll forget or have to store.
Why the master key carries extra weight in MoolKey
With a vaulted manager, a forgotten master password is usually recoverable, and online guessing is rate-limited. With a deterministic manager like MoolKey, the rules are starker:
- There’s no recovery. Forget your master key and it’s gone, we never had it to email back to you. That’s the deliberate design, and it puts the responsibility on the one secret you keep.
- It’s the prize. As we cover in the criticisms of deterministic managers, the master key is what an offline attacker ultimately targets. A strong one is what makes that attack hopeless.
So your master key has to be both hard to guess and hard to forget. The good news: one technique gives you both.
Length beats complexity
The latest NIST Digital Identity Guidelines (SP 800-63B-4) reflect what cryptographers have argued for years: favor length, allow long passphrases, drop forced “must contain a symbol” composition rules, and screen passwords against known-breached lists. Forced complexity mostly produces predictable patterns like Password1!. Random length produces real entropy.
The math is the reason. Each truly random word you add multiplies the attacker’s search space; each predictable substitution barely moves it. A four-word random passphrase is both stronger and easier to remember than Tr0ub4dor&3.
How to build a passphrase
- Choose four to six random words. Use a random method: dice, a generator, a wordlist, not a song lyric or quote, which attackers feed into their guessing tools.
- Stitch them together with separators if you like (
river-cobalt-mango-stencil). The randomness of the selection matters far more than the punctuation. - Make it unique. This phrase guards everything; it must never be your email or bank password too.
- Commit it to memory. If you need a safety net, write it once and seal it somewhere physical and secure, a home safe, not a notes app.
Mistakes that quietly weaken it
- Quotes, lyrics, and famous phrases: low entropy, heavily targeted.
- A name plus a birth year, or a pet plus
123. - “Leetspeak” of a common word (
p@ssw0rd): guessers expand these instantly. - Reusing it anywhere else, which turns someone else’s breach into your problem.
How MoolKey backs up a strong choice
Your master key isn’t used raw. MoolKey runs it through 600,000 rounds of PBKDF2-SHA256, so every guess an attacker makes is deliberately, expensively slow. That slowness buys enormous protection, but it can’t rescue a guessable phrase. A strong input plus a slow hash is the real defense; either one alone is not enough.
In short
- Length and randomness beat forced complexity (and modern NIST guidance agrees).
- Four to six random words is strong and memorable.
- Never reuse your master key, and never store it somewhere recoverable.
- In MoolKey there’s no recovery, so memorability is part of security.
Frequently asked questions
How long should a master password be? Aim for at least 15 characters, or a passphrase of four to six random words. Longer is better, and a memorable long phrase beats a short complex one you can’t recall, especially when there’s no recovery path.
Is a passphrase better than a complex password? For a master key, almost always. Random words give you high entropy and memorability, while forced symbol-and-number rules tend to produce predictable patterns that guessing tools handle easily.
Should I write down my master password? Don’t keep it anywhere an attacker (or malware) could reach, like a notes app or a file. If you need a backup, write it once and store it physically and securely. The goal is to memorize it.
What happens if I forget my MoolKey master key? There’s no reset, we never store it, so we can’t recover it. That’s the cost of nobody but you being able to derive your passwords, and it’s exactly why choosing a memorable, strong key matters so much.
A strong key is step one. See how MoolKey turns it into every other password, then get started.
Keep reading
How do password managers work?
How password managers save, fill, and encrypt logins, and why some managers derive passwords instead of storing them.
GuidesHow to share passwords with your partner safely
Sharing a Netflix login is not the same as sharing your email. A practical guide to which passwords to share, how to share them, and what to keep separate.
