Learn
Are password managers safe? How they work, cloud vs local, and how to choose
Are password managers actually safe? The biggest worry — 'if everything is in one place and it's breached, it's over' — answered with how zero-knowledge encryption works. Cloud (Bitwarden/1Password) vs local (KeePass), how to choose safely, start, and migrate — from this site's operational view.
"A password manager — if that one place is breached, isn't everything over?" Here's an honest answer to the most common worry, starting from how it works. No attack steps — only why it's safe and how to pick the right one for you.
Answering "is one place safe?" with the mechanism
The fear is real: consolidation looks like a single point of failure. Zero-knowledge encryption defuses most of it.
The one practical rule that follows: make the master password long, unique, and never off your device. A weak one leaves room to brute-force a stolen vault offline over time. Gauge its strength with the password strength checker.
The three protections that actually help
There's more value here than "a vault you don't have to memorize."
The standout is phishing-resistant autofill. People struggle to spot a near-identical fake domain, but a manager won't fill unless the registered domain matches — so "huh, it won't fill" becomes your fake-site alarm. Hand-copying from a spreadsheet has none of this.
Cloud vs local — choose by use
Both are zero-knowledge (the provider can't read your contents). The difference is who owns the sync.
Cloud (Bitwarden / 1Password)
- Auto-sync and sharing across all devices
- Backup and recovery paths are built in
- Contents stay encrypted (the provider can't read them)
- Low friction = easy to keep using — the right answer for most
Local (KeePass, etc.)
- You place the encrypted file (.kdbx) on Drive/etc. yourself
- For people who want zero provider involvement
- Sync and backup are your responsibility
- Offline-first, fully hands-on management
Both are built safe. Choose by what you'll keep using. A plain tool you use daily protects you more than a perfect one you abandon.
How to choose safely (checklist)
Zero-knowledge (device-side encryption)
MFA on the vault itself
A recovery path exists
Covers every device you use
How to start and migrate
Pick one and install it
Make the master password long and unique
MFA on the vault and your main email
Import existing passwords, then upgrade the weak ones first
Delete the plaintext copies for good
Move to passkeys where supported
This site's view: protect the 'vault key' — and pick a tool you'll keep using
On this site we never keep secrets (passwords, keys, connection details) in plaintext — not in shared docs, not in code — and manage day-to-day logins in a password manager. Only two things matter: make the master password long and unique, and put phishing-resistant MFA on the vault. By the zero-knowledge design, the only single point an attacker can target narrows to there, so hardening it hardens everything. And the most important thing when choosing isn't a long feature list — it's whether you'll keep using it. The tool you use every day is the strongest defense.
Read next
- Storage: Storing passwords safely (stop plaintext)
- Two-step: Multi-factor authentication (MFA) guide
- Baseline: Security baseline checklist
- Tool: Password strength checker
FAQ
QIf everything is in one place and that's breached, isn't it all over at once?
A natural fear, but a real password manager is built on zero-knowledge encryption. Your master password derives a key on your device, the vault is encrypted before it syncs, so the provider (cloud) only ever holds ciphertext. If the provider is breached, only ciphertext leaks — without your master password it can't be decrypted. So the real single point of failure narrows to just 'master password + vault MFA.'
QCloud or local — which should I choose?
Want effortless sync across devices and easy sharing with family or a small team? Cloud (Bitwarden/1Password). Want to own the sync entirely and not involve a provider at all? Local (KeePass: you place the encrypted file on Drive/etc. yourself). Both are zero-knowledge, so the provider can't read the contents. Choose by what you'll keep using — a tool you actually use beats a perfect one you abandon.
QHow is this different from saving passwords in the browser?
Browser storage is encrypted these days too, but a dedicated manager adds strong generation, phishing-resistant autofill (won't fill on the wrong domain), breach monitoring, cross-device zero-knowledge sync, and passkey support — together. Browser saving at least helps you stop reusing passwords, but the real answer is a dedicated manager.