PrivacyPick
In This Article
Password Managers

Is It Safe to Keep All Your Passwords in One Place?

A password manager holds every credential you own. What zero-knowledge encryption actually does if the company behind it gets breached.

Published September 13, 2026By Juan Martinez

Is It Safe to Keep All Your Passwords in One Place?

Putting every password behind one master password sounds like exactly the kind of thing security advice usually warns against: one point of failure, one target, one bad day away from losing everything at once. It’s a reasonable instinct. It’s also based on a mental model of how these breaches actually work that doesn’t hold up — because “the company got breached” and “your passwords got exposed” are not the same event, and the gap between them is the entire point of how a password manager is built.

What “zero-knowledge” actually means

A password manager’s vault is encrypted on your device before it ever reaches the company’s servers, using a key derived from your master password. That master password itself is never transmitted or stored anywhere — not in plaintext, not in a recoverable form. The company can host your encrypted vault, sync it across your devices, and serve it back to you on request, without ever holding the one piece of information that would let it — or anyone who broke into it — read what’s inside.

That’s a meaningfully different arrangement from a normal online account, where the company you’re trusting can, in principle, see your data if it wants to or is compelled to. With a zero-knowledge vault, “the server gets compromised” and “your vault gets decrypted” require two separate failures, not one. An attacker who steals the encrypted blob still needs your master password — which was never on that server to begin with.

⚠️ Zero-knowledge doesn’t mean “unbreakable.” It means the company’s own systems being compromised isn’t, by itself, enough to expose your passwords — the master password is the piece that has to fail too, and it fails on your end, not theirs.

Two real breaches, two different outcomes

Theory is one thing. What happens when a password manager company actually gets hit is a better test, and there are two recent, well-documented cases that land in genuinely different places.

LastPass, 2022 is the case people usually mean when they raise this fear, and it’s worth being precise about what happened. Attackers compromised a developer’s laptop, then used a keylogger on a senior engineer’s personal computer to capture that engineer’s master password and reach internal systems holding customer vault backups. They exfiltrated those backups along with a database of account metadata. The vault fields that were actually encrypted — passwords, usernames, and notes — held. What wasn’t encrypted was the rest: names, email addresses, billing addresses, partial card numbers, and, because of a design gap in how LastPass stored that particular field, every saved website URL in plaintext. That’s a real and serious failure, and the UK’s data regulator fined LastPass over it in 2025 — but the passwords themselves stayed unreadable throughout. The full breakdown, including what LastPass has changed since, is in our LastPass review.

Bitwarden, April 2026 is a smaller and more mundane incident, but it’s useful precisely because it shows the same architecture holding under a different kind of attack. A malicious version of the Bitwarden command-line tool was published to npm for about ninety minutes as part of a broader supply-chain campaign targeting multiple npm packages. Bitwarden’s own account is direct: “The investigation has currently found no evidence that end user vault data was accessed or at risk, or that production data or production systems were compromised.”[3] This wasn’t a breach of Bitwarden’s servers or source code at all — it was a compromised distribution channel for one command-line client, affecting only users who happened to install that specific version in that specific window. Regular browser-extension, desktop, and mobile users were never in the blast radius.

Two different failure modes — one a real intrusion into internal systems, one a supply-chain compromise of a minor distribution channel — and in both cases the actual vault contents stayed out of reach, because getting to them was never just a matter of getting past the company’s front door.

The real single point of failure without a manager

The instinct to worry about consolidation makes more sense once you look at what the alternative actually looks like in practice. Verizon’s 2025 breach research, drawing on infostealer-malware data from nearly 15,000 infected devices, found that in the median case only 49% of a person’s passwords across different services were distinct from each other — meaning the other half were repeats.[1] Separately, analyzing two years of single-sign-on provider logs across more than 2,300 organizations, the same research found that credential stuffing — attackers trying stolen username/password pairs against other sites — accounted for a median 19% of all authentication attempts, rising to 44% on the worst observed days.[1]

That’s the actual single point of failure: not a vault, but a habit. Reusing a password across even a handful of accounts means one breach anywhere in that chain — a retailer, a forum, a service you signed up for once and forgot — hands an attacker the key to everything else that shares it. A password manager’s core function, generating a unique password per account, is what breaks that chain. It doesn’t introduce a new single point of failure; it replaces an existing one — a memorized password reused everywhere — with a narrower one that’s actually defended.

That trade-off is also the official recommendation, not just this site’s argument. NIST’s current federal authentication standard states plainly that “verifiers SHALL allow the use of password managers and autofill functionality,” and adds that they “have been shown to increase the likelihood that subscribers will choose stronger passwords, particularly if the password managers include password generators.”[2]

Where the real risk actually sits

None of this means consolidation is risk-free — it means the risk is narrower and more specific than “everything in one place is dangerous.” The one piece of this system that genuinely matters is your master password and how you’d recover access if you forgot it. A weak, guessable master password undermines the encryption around it regardless of how good that encryption is. And because the company can’t reset what it never had, losing your master password with no recovery method set up means losing the vault — that’s the real edge of this design, not a hidden one.

That’s a narrow, manageable problem: a strong, unique master password, a password manager’s built-in recovery or emergency-access options actually configured, and two-factor authentication on the account itself. It’s a much smaller thing to get right than remembering and never reusing dozens of separate passwords on your own.

Summary

A password manager being breached and your passwords being exposed are two different events, separated by encryption the company itself can’t undo. LastPass’s 2022 breach and Bitwarden’s 2026 npm incident both show the same pattern: attackers got somewhere real, and the actual vault contents held anyway, because the master password that unlocks them was never on the company’s servers to steal. The real single point of failure without a manager — password reuse — is the more common one, and it’s already costing people accounts at scale. What still matters is the one piece that’s genuinely yours to protect: a strong master password with a real recovery plan behind it. Start with the password managers we’ve reviewed.