๐ Passwords & Secrets
What Is a Password Manager? (And Why You Need One)
By Justin Le
ยท 6 min read ยท Updated July 7, 2026 Every piece of good password advice โ use long, random, unique passwords for every account โ is impossible to follow with your memory alone. A password manager is what makes it practical, and it's arguably the single highest-impact security tool most people can adopt.
What is a password manager?
A password manager is an application that generates, stores and fills in your passwords. It keeps them in an encrypted vault that's locked behind one strong master password (and often a passkey or biometric). You memorise exactly one password; the manager handles the hundreds of unique, random ones for all your accounts.
The problem it solves
Humans cope with "unique password everywhere" in predictable, insecure ways: they reuse one
password, use weak memorable ones, or add "1!" to meet rules. Breach data shows the result โ
the most common passwords are still
123456 and password, and reuse fuels
credential stuffing. A password manager
removes the trade-off: unique, random, strong passwords become effortless because you never
have to recall them.
How the encryption works
A good password manager uses end-to-end, zero-knowledge encryption. Your vault is encrypted and decrypted on your device using a key derived from your master password; the provider stores only the encrypted blob and never sees your master password or the contents. That means even if the provider is breached, attackers get unreadable ciphertext โ not your passwords. This is why the strength of your master password matters so much: it's the one key to everything.
What a password manager gives you
- Unique passwords everywhere, generated at full strength, defeating credential stuffing.
- Autofill that also resists phishing โ it won't fill a password on the wrong domain.
- A security dashboard flagging weak, reused or breached passwords.
- Secure sharing and storage for other secrets (recovery codes, cards, notes).
- Passkey support for passwordless sign-in where available.
Are password managers safe?
It's a fair question โ putting all your passwords in one place feels risky. But the math strongly favours it: the alternative (reuse and weak passwords) is a guaranteed weakness that attackers exploit at scale every day. A reputable manager's zero-knowledge encryption means a breach of the provider doesn't expose your vault. The main residual risk is your master password, so make it long and unique, and protect the manager itself with two-factor authentication.
Choosing and using one
- Pick a reputable manager with zero-knowledge encryption and a clear security track record.
- Set a strong, unique master password โ a long passphrase you don't use anywhere else.
- Turn on MFA for the manager itself.
- Save your recovery/backup codes somewhere safe offline.
- Let it generate every new password โ never invent them yourself.
Try it
A manager will generate passwords for you, but you can see the kind of output it produces with our password generator, and craft a strong master passphrase with help from how to create a strong password.
Frequently asked questions
How does a password manager work?
It stores your passwords in an encrypted vault locked by one master password. It generates unique random passwords per site and fills them in for you, so you only ever memorise the master password.
Are password managers safe?
Reputable ones use zero-knowledge encryption, so your vault is encrypted on your device and the provider never sees your master password or contents. Even a provider breach yields only unreadable ciphertext. Protect your master password and enable MFA.
What happens if I forget my master password?
Because of zero-knowledge encryption, the provider usually can't recover it for you โ that's the point. Store your recovery/backup codes safely offline when you set up the manager.
Try the related tools
- Password Generator Create strong, random passwords with custom length and character sets โ generated securely in your browser.
- Password Strength & Entropy Checker Measure a password's entropy in bits and estimate how long it would take to crack.
- API Key & Secret Generator Generate cryptographically secure API keys and secrets in hex, Base64url or alphanumeric.
Related guides
- What Is Credential Stuffing? (And How to Stop It) One breach, many break-ins: how attackers replay leaked passwords across every site โ and why reuse, not weak passwords, is the real vulnerability.
- How to Create a Strong Password (and Why Length Wins) Forget swapping letters for symbols. Here's what really makes a password strong โ entropy, length, uniqueness โ and the simple system that beats memorising rules.
- What Is Two-Factor Authentication (2FA)? Why a password alone isn't enough โ how 2FA works, the difference between SMS codes, authenticator apps and hardware keys, and which to choose.