← Knowledge Base

Password Managers: What Happens If the Vendor Is Breached?

  • Security
  • Passwords
  • Privacy
  • Home User

TL;DR

Yes, password manager companies get hacked. No, that usually does not mean your passwords are handed over, as long as you picked a good one and used a strong master password. A well-built password manager uses zero-knowledge encryption: the company only ever stores a scrambled blob they cannot read, because the key to unscramble it is made from your master password, which they never see.


Now for the more technical explanation

How a good password manager is built: zero-knowledge

The whole security model rests on one idea: the company should never be able to read your data, even if they wanted to, even if they are compromised.

So a breach of the provider’s servers gives an attacker your encrypted vault. To turn that into your actual passwords, they still have to defeat the encryption, which brings us to the one thing that really matters.

Why your master password is the whole ballgame

After a breach, an attacker has your encrypted vault and can attack it offline, on their own hardware, with no rate limiting and no lockouts. Their only route in is to guess your master password and re-derive the key.

The takeaway: the encryption is not the weak point. Your master password is. Make it a strong passphrase you do not use anywhere else, and never store it inside the manager it unlocks.

What a breach actually exposes (and the LastPass lesson)

“The vendor was breached” can mean very different things depending on what was taken and how it was stored. The useful, real-world example is the LastPass breach disclosed in late 2022, where attackers obtained a backup of customer vault data.

Two lessons came out of it:

  1. Encrypted fields stayed encrypted. Passwords and secure notes were protected by each user’s master password. Users with a strong master password and a high iteration count were in a genuinely defensible position, because the attacker was reduced to offline guessing.
  2. Not everything in a vault is encrypted. Some fields, notably website URLs, were stored unencrypted, along with account metadata like email addresses. That does not reveal passwords, but it does reveal which services you use, which is a goldmine for targeted phishing (“we noticed unusual activity on your <exact bank you actually use> account”). Older accounts with low iteration counts were also more exposed to offline cracking.

The lessons generalise:

The risks that are not the vault

For most people, the password database being cracked is not the most likely way things go wrong. These are:

Cloud, local, or self-hosted

Where your vault lives changes the trade-offs:

There is no single right answer; it depends on how much convenience you want versus how much you want to trust yourself over a vendor.

What to actually do

Should you still use a password manager?

Yes, without hesitation. The realistic alternative to a password manager is not “perfect passwords in your head”; it is reused and weak passwords across dozens of sites, which is precisely how most people actually get breached. A good password manager with a strong master password turns a vendor breach into a non-event for your passwords, and the leftover risks (phishing, device malware, metadata) are the same risks you already face and can manage.

Pick a reputable zero-knowledge manager, make the master password a strong passphrase, enable MFA on it, and you have moved yourself out of the group that account-takeover attacks find easy.

Written by Tom Langston, IT Infrastructure and Cybersecurity.