← Password Managers
F

Dashlane Password Manager

Fail
Dashlane · 🇺🇸 United States
PolicyApp PermissionsNetwork TrafficFirmwareRegulatory
Technical details
App: com.dashlane
Manufacturer: Dashlane Inc.

⚠️ The bottom line

Dashlane knows your email, IP address, which devices you use, when you log in, and how you use the app. 'Zero-knowledge' only applies to vault contents. Everything around your vault is visible to Dashlane and anyone who gets access to their systems. Bitwarden publishes full Cure53 audit reports. 1Password publishes SOC 2 reports. Dashlane just says 'we do SOC 2' without showing the results. You're trusting their word, not independent evidence.

Legal jurisdiction
🇺🇸 United States (headquarters)
CLOUD Act read more →
US govt can demand your data from this company even if stored overseas
FISA §702 / PRISM read more →
NSA collects stored emails, photos, messages without individual warrants
Geofence warrants read more →
Police can demand location data for everyone near a crime scene
Audited by: Unknown (SOC 2 Type II, Jun 2023)
An audit is a snapshot, not a guarantee. How reliable are these auditors?
Spying
3/4 HIGH
Is someone spying on me?
Data Sharing
2/4 MODERATE
Who gets my data?
Security
4/4 EXTREME
Is it actually secure?
Honesty
4/4 EXTREME
Can I trust what they say?
REPLACE Extreme risk. Look for alternatives or lock down hard.
Privacy-respecting alternatives
KeePassXC
Zero cloud, zero telemetry, fully offline. Your vault never touches a server
No cloud sync — you manage the database file yourself
Moderate effort
See report →
Bitwarden
Open source, third-party audited, can self-host
Cloud-synced (their servers), but open source and audited
Easy switch
See report →
11Contradictions
5Critical
5High
1Medium
15Sources
Findings by concern
Spying 3/4 HIGH 2 findings
⚠️ criticalpolicy claims vs firmware analysis
Dashlane knows your email, IP address, which devices you use, when you log in, and how you use the app. 'Zero-knowledge' only applies to vault contents. Everything around your vault is visible to Dashlane and anyone who gets access to their systems.

What they claim: Dashlane claims 'zero-knowledge' means they have no access to user data

What we found: Dashlane collects: email address, IP address, billing information, device identifiers, usage analytics, and support message records. Their privacy policy states they can 'disclose personal data if it believes it is necessary to protect its rights.' Zero-knowledge applies only to vault contents, not the substantial metadata collected around it.

⚡ highpolicy claims vs regulatory findings
The US government can issue a secret court order compelling Dashlane to hand over your account metadata — IP addresses, device IDs, login times — without telling you. The CLOUD Act makes this legal regardless of where you live.

What they claim: Dashlane claims 'zero-knowledge' architecture — 'we never see your master password or data'

What we found: Dashlane Inc. is incorporated in New York, USA — subject to the CLOUD Act, which compels US companies to provide data to law enforcement regardless of where the data is stored. While vault contents are encrypted, account metadata (registration info, IP addresses, device IDs, login timestamps) is accessible to Dashlane and therefore to US authorities via legal process.

Data Sharing 2/4 MODERATE 1 finding
⚫ mediumpolicy claims vs regulatory findings
Dashlane tells EU users their data is protected by GDPR, but the US parent company can be compelled to provide data under the CLOUD Act. The dual-entity structure is legal cover, not actual separation.

What they claim: Dashlane operates a dual-entity structure: Dashlane Inc. (US) and Dashlane SAS (Paris)

What we found: Dashlane SAS acts as GDPR data controller for EU users, but Dashlane Inc. (US) is the parent company. Data may be 'transferred to, stored by, and processed outside your home country, including in the United States' per their privacy policy. The dual structure provides legal cover but not architectural separation.

Security 4/4 EXTREME 6 findings
⚠️ criticalpolicy claims vs firmware analysis
Argon2d is vulnerable to side-channel timing attacks where malware on your machine can watch memory access patterns to reconstruct your master password. Argon2id defends against this. Dashlane chose the weaker option.

What they claim: Dashlane uses Argon2d for key derivation — stronger than PBKDF2

What we found: Dashlane uses Argon2d rather than Argon2id. Argon2d is optimised for resistance against GPU attacks but is vulnerable to side-channel attacks (timing attacks can leak memory access patterns). Argon2id combines both defences. For a cloud-based password manager, Argon2id would be the more conservative choice.

⚠️ criticalpolicy vs third party research
Attackers found they could guess Dashlane's 6-digit login codes by flooding the system with attempts. When they got lucky, the system treated the attacker's computer as a trusted device and handed over the encrypted password vault. Now those vaults sit on the attacker's hardware where they can try to crack your master password forever with no lockout. After LastPass had the same problem in 2022, people lost their cryptocurrency. Dashlane said fewer than 20 users were affected.

What they claim: Dashlane claims a zero-knowledge security architecture where encrypted vaults are protected by industry-leading security

What we found: In May 2026, attackers brute-forced Dashlane's device registration API by guessing 6-digit one-time tokens at high volume. Once a valid token was matched, the attacker's device was registered as legitimate and the encrypted vault was automatically downloaded. Fewer than 20 users had vaults exfiltrated. The stolen vaults can now be subjected to unlimited offline brute-force cracking with no server-side rate limiting — the same attack that led to cryptocurrency theft after the 2022 LastPass breach.

⚡ highfirmware analysis vs app permissions
Your passwords are managed entirely inside your web browser — the single most attacked piece of software on your computer. Every browser zero-day is now a potential password manager zero-day.

What they claim: Dashlane dropped native desktop apps in 2023, moving to browser-extension-only

What we found: The web-only architecture means all password management runs inside the browser — the most attacked software on any computer. Browser extensions operate within the browser's security model, which is less isolated than native applications. CVE-2017-11657 demonstrated DLL hijacking in the previous desktop app.

⚡ highmarketing claim vs third party research
Dashlane tells you your passwords are locked in an impenetrable vault that only you can open. On May 31, 2026, attackers brute-forced their way past two-factor authentication, registered their own devices on other people's accounts, and walked off with encrypted copies of fewer than 20 users' password vaults. Those vaults contain every password, every secure note, every credential. ETH Zurich researchers had already warned earlier in 2026 that Dashlane's zero-knowledge promises have architectural gaps. The vaults are encrypted, yes — but if even one of those 20 people reused a weak master password, a hacker now has every key to their digital life.

What they claim: Dashlane markets its zero-knowledge architecture as ensuring "no one but you can read the sensitive information you encrypt in the application"

What we found: Attackers brute-forced 2FA protections on May 31, 2026, registered new devices on existing accounts, and downloaded encrypted vaults belonging to fewer than 20 personal plan users. While the vaults remain encrypted, ETH Zurich researchers had already found in early 2026 that Dashlane and other password managers have architectural weaknesses that "undermine zero-knowledge encryption promises and risk vault exposure."

⚡ highmarketing claim vs third party research
Dashlane's marketing says even a court order can't force them to hand over your passwords because they physically can't access them. But ETH Zurich researchers found that features like recovery and sharing create gaps in the zero-knowledge promise. The May 2026 attack proved it wasn't theoretical — attackers brute-forced past 2FA and registered new devices on accounts, which means the server accepted those device registrations without the kind of cryptographic proof a true zero-knowledge system would require.

What they claim: Dashlane claims zero-knowledge architecture means "we are unable to provide Secured Data to any third parties, even if we are subject to a valid order"

What we found: ETH Zurich researchers published findings in early 2026 showing that several popular password managers including Dashlane have serious vulnerabilities where features like account recovery and sharing "open attack vectors that undermine" zero-knowledge guarantees. The brute-force incident confirmed the architectural concern: attackers were able to register new devices on accounts by brute-forcing 2FA.

⚡ highpolicy vs third party research
The API endpoint that decides whether to hand over your entire password vault was protected by a 6-digit code — one million possible combinations — and didn't properly limit how fast someone could guess. Dashlane is now adding "additional verification layers," which is corporate for "we should have had this from day one."

What they claim: Dashlane claims to use "patented security architecture" with multiple layers of protection

What we found: The device registration API that distributes encrypted vaults lacked adequate rate limiting on 6-digit OTP verification, allowing automated high-volume brute-force attempts. A 6-digit token has only 1 million possible combinations. Dashlane's automated defences eventually detected the attack and locked accounts, but not before vaults were exfiltrated. The company is now implementing "additional verification layers" — an implicit admission that the original design was insufficient for a security-critical endpoint.

Honesty 4/4 EXTREME 2 findings
⚠️ criticalfirmware analysis vs regulatory findings
Bitwarden publishes full Cure53 audit reports. 1Password publishes SOC 2 reports. Dashlane just says 'we do SOC 2' without showing the results. You're trusting their word, not independent evidence.

What they claim: Dashlane references SOC 2 as a compliance framework

What we found: Unlike Bitwarden (published Cure53 audits) and 1Password (published ISE/Onica reports), Dashlane does NOT publish completed third-party security audit reports. They reference SOC 2 as a framework but provide no public evidence of completed audits. Cure53 audits are mentioned historically but current reports are not publicly available.

⚠️ criticalmarketing claim vs third party research
Someone attacked Dashlane accounts, and Dashlane's response was to lock its own customers out. Users got cryptic emails saying their accounts were "temporarily suspended for security reasons" — but no explanation of what was happening. Some people's two-factor authentication codes were stored inside Dashlane, so being locked out of Dashlane meant being locked out of everything else too. Dashlane marked the incident "resolved" on May 31, then quietly changed it back to "monitoring" the next day. The tool meant to protect your passwords became the thing preventing you from using them.

What they claim: Dashlane claims its "built-in security controls" protect users and their accounts from unauthorized access

What we found: Dashlane's security response to the brute-force attack was to lock out its own customers. Users received vague suspension emails before Dashlane publicly explained what was happening. Users who needed their 2FA codes — stored in Dashlane — couldn't access them because their accounts were locked. The incident was marked "RESOLVED" on May 31 at 22:30 UTC, then changed back to "monitoring" the next day.

Sources