Which password managers have actually been audited

Password managers ask you to trust them with the most sensitive data you have. Independent security audits are how that trust is verified. The major password managers have varying audit histories, and the differences matter when picking a product for long-term use.

This piece compares the audit histories of the major password managers.

What “audited” actually means

Several distinct activities are described as audits:

Code audits: an independent security firm reviews the source code looking for vulnerabilities. Best done on the actual production code, not just specifications.

Architecture reviews: independent assessment of the security design. Identifies architectural problems before they become implementation problems.

Penetration tests: simulated attacks on the running system. Identifies vulnerabilities that exist in deployed configurations.

Bug bounty programs: ongoing payments to independent researchers who find and report vulnerabilities. Not the same as a one-time audit but provides continuous coverage.

Each provides different signal. The strongest audit posture combines multiple types over time.

1Password

Audit history: extensive. 1Password has been independently audited multiple times by multiple firms over many years. Reports from Cure53, Bishop Fox, AppSec Labs and others have been published or referenced.

Bug bounty: real and well-funded. 1Password has had a public bug bounty program since 2017 with significant payouts. The program is run through Bugcrowd.

Architecture: 1Password’s Secret Key model has been independently analyzed and praised. The architecture provides defense-in-depth against master password compromise that other password managers do not match.

Public assessment: strong. 1Password’s audit posture is consistently described as best-in-class for the consumer password manager category.

Bitwarden

Audit history: regular. Bitwarden has been audited by Cure53 multiple times (most recent 2023), with reports published in full. Earlier audits by Insight Risk Consulting.

Bug bounty: real, run through HackerOne since 2018. Reasonable payouts.

Architecture: standard derivation-based encryption (master password derives encryption key). Well-implemented but does not have 1Password’s Secret Key defense-in-depth.

Open source: full source code available for clients and server, allowing independent ongoing review by anyone interested. This is meaningful in addition to formal audits.

Public assessment: solid. Bitwarden’s open-source nature plus regular audits provides good visibility into the security posture.

Proton Pass

Audit history: less extensive than 1Password or Bitwarden, but Cure53 audited Proton Pass at launch (2023). Proton’s broader product line (ProtonMail, ProtonVPN) has more extensive audit histories that lend credibility.

Bug bounty: Proton has a bug bounty program covering all Proton products including Pass.

Architecture: similar to ProtonMail’s architecture. End-to-end encryption with the same trust model as the rest of the Proton ecosystem.

Open source: clients are open source.

Public assessment: reasonable. Younger than 1Password or Bitwarden so less audit history yet, but the trajectory suggests continued audit investment.

NordPass

Audit history: limited. NordPass has been audited by Cure53 at least once. The Nord Security parent company has audit history for NordVPN that does not directly transfer to NordPass.

Bug bounty: Nord Security operates a bug bounty program covering NordPass.

Architecture: standard derivation-based, similar to Bitwarden. XChaCha20 cipher rather than AES (technically modern; the choice does not affect practical security materially).

Public assessment: acceptable but less mature than the leading options.

Apple Passwords

Audit history: limited public information. Apple does not publish independent security audits of iCloud Keychain in the same way the dedicated password manager companies do. Apple’s broader security architecture has been examined extensively by academic researchers.

Bug bounty: Apple has a bug bounty program covering iCloud and related services.

Architecture: well-designed end-to-end encryption when Advanced Data Protection is enabled. Without Advanced Data Protection, Apple holds keys for some iCloud data.

Public assessment: hard to evaluate due to Apple’s general approach to security disclosure. The architecture is solid; the public verifiability is lower than competitors.

Dashlane

Audit history: some published audits. Less extensive than 1Password or Bitwarden.

Bug bounty: real bug bounty program.

Architecture: standard derivation-based encryption.

Public assessment: acceptable but not best-in-class.

KeePass / KeePassXC

Audit history: KeePass has been the subject of academic research for many years. KeePassXC (the cross-platform fork) has had some independent security review, less formal than the commercial products.

Open source: full. Anyone can review the code at any time.

Architecture: file-based encryption with strong defaults (Argon2 KDF, AES-256 or ChaCha20).

Public assessment: solid for the open-source independent product category. The lack of central infrastructure means certain attack surfaces (server compromise, etc.) do not exist.

LastPass

This is the one to discuss with appropriate caution. LastPass had multiple severe breaches in 2022 affecting customer vault data. The breach response was widely criticized for slow and unclear communication. The architectural choices that allowed the breach (insufficient default key derivation iterations, etc.) have been documented extensively.

Audit history pre-2022 was reasonable. Audit posture post-breach has improved but the trust damage from the 2022 incident is hard to repair.

Public assessment: do not use LastPass. The breach response demonstrated the company is not aligned with user security in the way a password manager must be. Migrate if you have not already.

How to evaluate audit posture for a password manager

Several questions to ask:

Has the password manager been audited by a reputable independent firm in the past 3 years?

Is the audit report published, or only summarized in marketing materials?

Does the company have an active bug bounty program?

How does the company respond to disclosed vulnerabilities? (LastPass’s 2022 response is the negative example.)

Is the source code open for independent review?

What is the company’s history of communication during security incidents?

The strongest password managers (1Password, Bitwarden, Proton Pass) score well on these questions. The weaker ones score less well.

A specific recommendation by audit posture

For users wanting the strongest audit posture: 1Password Individual ($36/year). Multiple independent audits, public reports, well-funded bug bounty, the Secret Key architectural advantage.

For users wanting open source plus regular audits: Bitwarden Premium ($10/year) or self-hosted Vaultwarden. Audit history is solid; open-source nature provides ongoing review.

For users in the Proton ecosystem: Proton Pass. Audit history is less extensive but the broader Proton trajectory suggests continued investment.

For users entirely in the Apple ecosystem with Advanced Data Protection enabled: Apple Passwords. The audit visibility is lower than competitors but the architecture is sound.

For users with very specific local-first requirements: KeePassXC. The lack of network attack surface plus open-source code provides strong overall posture.

For users currently on LastPass: migrate. The audit posture is genuinely worse than alternatives and the 2022 breach response is a structural concern.

1Password | Bitwarden | Proton Pass | KeePassXC

Related: 1Password versus Bitwarden in 2026, LastPass migration playbook, How to evaluate any privacy tool