Password Manager
A password manager is a software tool that stores and organizes your login credentials in an encrypted database, often called a vault. It can take the form of an app, a browser extension, or a feature built into an operating system or browser, and many also store related items such as passkeys, payment card details, and other sensitive information.
A password manager is a software application that stores usernames, passwords, and in many implementations additional secrets (such as passkeys, payment details, or files) within an encrypted collection commonly referred to as a password vault. The vault is intended to be encrypted at rest, typically protecting stored credentials so they can be retrieved and supplied at authentication time. A password manager assists a user in supplying credentials during the authentication step but does not itself constitute an authentication or authorization protocol; its role is credential storage and retrieval rather than identity verification or access decisioning. Deployment forms vary, standalone applications, browser extensions, and platform-built-in features, and specific capabilities (for example passkey support or enterprise features such as shadow IT visibility) depend on the vendor and product. Details of encryption schemes, key derivation, and vault synchronization are out of scope for this definition and vary by implementation.
Why it matters
Password managers address a persistent tension in identity practice: strong authentication depends on credentials that are unique, high-entropy, and hard to guess, yet human users struggle to create and remember many such secrets. By storing login credentials in an encrypted vault, a password manager allows users to maintain distinct strong passwords across services without reusing them, reducing the blast radius when any single service is compromised. This directly counters credential stuffing and password reuse attacks, where credentials exposed in one breach are replayed against unrelated accounts.
Because the vault concentrates many credentials in one place, it also becomes a high-value target, and the security of the master credential and the vault's encryption at rest become critical dependencies. Many implementations now store additional secrets beyond passwords, passkeys, payment card details, and sensitive files, which broadens both the convenience and the potential impact of a vault compromise. It is worth being clear about scope: a password manager assists a user in supplying credentials during the authentication step, but it is not itself an authentication or authorization protocol and does not perform identity verification or access decisioning.
In organizational settings, password managers increasingly extend beyond individual credential storage toward governance-adjacent capabilities. Some enterprise products advertise features such as shadow IT visibility across SaaS and AI tools, giving administrators insight into where employees are creating accounts. These capabilities vary by vendor and product and should be evaluated against actual requirements rather than assumed.
Who it's relevant to
Inside Password Manager
Common questions
Answers to the questions practitioners most commonly ask about Password Manager.
