The advice "use a password manager" is everywhere; how to actually adopt one properly almost never is. People install one, half-migrate, keep three passwords in a notes app, and conclude it's too much friction. Meanwhile their real vulnerability — password reuse across sites that get breached — remains fully intact. Done right, a manager is both safer and more convenient than what it replaces. Here's the complete setup.
Why reuse is the actual emergency#
Breached-password lists circulate publicly by the billions. Attackers don't guess your password — they try your old breached ones against your email, bank, and social accounts (credential stuffing). One reused password converts any random site's breach into every account's breach. Unique-per-site passwords end this attack entirely; humans can't remember fifty unique strong passwords, which is precisely the job managers were built for: you remember one master passphrase, software remembers and generates the rest.
Choosing: the decision is smaller than the internet claims#
Any reputable manager from established providers covers 95% of needs. The real decision axes:
- Cloud-synced vs local: cloud managers (1Password-style) sync everywhere effortlessly; local vaults (KeePass-family) store a file you control and sync yourself. Cloud convenience with zero-knowledge encryption is right for most people.
- Free vs paid: free tiers from major providers cover personal basics; paid adds family sharing, breach monitoring, support.
- Trust anchor: open-source with long audit history, or established commercial vendor — either works. Random new apps from app-store ads do not.
Stop researching after choosing something reasonable. Switching later is easy (exports are standard); remaining on passwords-in-your-head is not defensible.
Setup: the seven steps people skip#
- Audit what exists first: export saved passwords from browsers before disabling their autofill — you'll discover accounts worth migrating and duplicates worth killing.
- Migrate gradually, by priority: email and financial accounts first (they're the recovery backbone), then shopping and social as you naturally log in over two weeks.
- Replace weak/reused entries with generated ones during migration — 16+ random characters. Length beats cleverness; the manager memorizes so you don't have to.
- Turn off browser password saving once migrated. Two competing autofills train you back into bad habits.
- Enable the manager's breach monitoring (most flag exposed credentials automatically) and act on alerts by changing that site's password immediately.
- Add second factors everywhere important — ideally stored in the manager or an authenticator app, not SMS where possible (why SMS is the weakest link).
- Handle legacy security questions: answers like your mother's maiden name are publicly researchable. Store random-string "answers" in the manager's notes field.
The master passphrase: securing the single point#
One secret now protects everything, so make it both strong and unforgettable — the proven pattern is a passphrase of 4–5 unrelated words (~25+ characters): memorable to you, astronomically expensive to brute-force. Write it on paper for emergencies if needed; a note in your physical safe is more secure than a digital hint anywhere. Then:
- Never reuse it anywhere else, ever.
- Enable the manager's own second factor (authenticator app or hardware key).
- Know your recovery path before losing access — most managers offer recovery kits or emergency contacts; set them up while nothing is wrong.
The objections, honestly answered#
"What if the company gets hacked?" Reputable managers encrypt vaults with zero knowledge — servers hold ciphertext your master key unlocks locally; breaches expose noise. This has held through real incidents at major vendors.
"What if I lose the master password?" Recovery kit solves it; without one, yes — that's the tradeoff for attackers being unable to reset your vault either.
"It's inconvenient." The opposite, after two weeks: autofill across devices, no forgotten-password resets, instant form filling. The inconvenience period is shorter than the average password-reset wait you currently endure.
An afternoon of setup permanently retires the weakest link in your entire security posture. Few security upgrades deliver that ratio.
Related: phishing anatomy covers the attacks passwords can't stop, and VPN myths covers what the rest of the security-industrial complex oversells.