A password manager stores your personal logins in one flat list. A credential vault organizes secrets around your work, grouping them by client, project and platform. For a freelancer who juggles many clients at once, that structural difference decides whether finding the right secret takes two seconds or two minutes.
The short answer
If you only need to remember your own logins, a password manager is fine. If you manage credentials on behalf of several clients, you need a credential vault. The vault adds the one thing freelance work depends on: context. Every secret lives under the client it belongs to, so the same label ("database URL", "staging login") never gets confused across accounts.
What a password manager optimizes for
A password manager is built for one person's private logins. It assumes a single owner, a single set of accounts, and a mostly flat structure with optional folders. That model works well for personal use. It starts to strain the moment you hold secrets that are not yours, because a flat vault has no natural place to express "this belongs to Client A, not Client B".
What a credential vault optimizes for
A credential vault is built around client work. In Credals the hierarchy is fixed and deliberate: Client, then Project, then Platform, then Credential. You never invent naming conventions to keep clients apart, because the structure already does it. Two clients can each have a "production" environment without any collision, and when an engagement ends, everything tied to that client sits in one place ready to hand off or archive.
Why the difference matters for freelancers
Freelancers switch context constantly. In a single afternoon you might touch a client's GitHub, a second client's Stripe dashboard, and a third client's CMS. A flat list forces you to scan and disambiguate every time. A client-first vault turns retrieval into a short, predictable path: pick the client, pick the project, pick the platform, done. Less scanning means fewer mistakes, and fewer mistakes with credentials is the entire point.
When you should switch
You have outgrown a personal password manager once you find yourself prefixing entries with client names, keeping a separate spreadsheet of "which login goes with which project", or hesitating before you paste a secret because you are not sure it belongs to the account in front of you. Those are all signs you need structure the tool should provide for you, not workarounds you maintain by hand.
How Credals approaches it
Credals is intentionally narrower than a general password manager. It does one job: hold the credentials of client work, organized the way that work is actually shaped, and encrypted with AES-256-GCM before anything is stored. If your day is spent moving between clients, that focus is the feature.