The Evidence for Passkeys: How Cryptography is Killing the Password
With 5 billion passkeys now in active use, the technology is successfully neutralizing mass-scale phishing, though cloud-syncing and account recovery remain vulnerable edge cases.
By Factlen Editorial Team
- Authentication Standards Bodies
- Argue that passkeys are the ultimate phishing-resistant solution and that rapid adoption is making the internet fundamentally safer.
- Enterprise IT & Compliance
- Focus on the operational benefits of passwordless systems, prioritizing reduced helpdesk costs and regulatory compliance.
- Hardware Security Advocates
- Warn that cloud-synced passkeys dilute security, advocating instead for physical, un-copiable hardware tokens.
What's not represented
- · Everyday Consumers
- · Cybercriminals
Why this matters
Passwords are the root cause of 88% of web application breaches. Understanding how passkeys work—and where their blind spots lie—is essential for protecting your personal data and navigating the new standard of online security.
Key points
- Over 5 billion passkeys are now in active use globally, signaling a massive shift away from passwords.
- Passkeys use asymmetric cryptography and origin binding to make remote phishing mathematically impossible.
- Organizations deploying passkeys report a 45% decrease in login times and a 35% drop in IT helpdesk costs.
- Cloud-synced passkeys offer convenience but create a larger attack surface compared to physical hardware keys.
- Account recovery remains a vulnerability, as many services still fall back to phishable SMS or email links when a device is lost.
The era of the password is mathematically ending. As of May 2026, the FIDO Alliance reports that 5 billion passkeys are in active use globally, marking a definitive shift in how humanity authenticates online. For decades, the cybersecurity industry relied on a fundamentally flawed premise: asking humans to memorize complex shared secrets. Now, major platforms from Google to Amazon have deployed cryptographic key pairs that eliminate the need for human memory entirely.[1][2]
This transition is not merely a convenience upgrade; it is a structural fix to the internet's most pervasive vulnerability. According to KPMG and Verizon data, 88% of basic web application attacks are traced back to compromised access data, with over 2.8 billion passwords circulating on criminal forums in 2024 alone. Passkeys aim to reduce that attack surface to zero by replacing phishable text strings with asymmetric cryptography.[3][4]
The primary claim driving passkey adoption is their absolute resistance to remote phishing. The evidence supporting this rests on a mechanism called "origin binding." When a user attempts to log in, the website sends a cryptographic challenge. The user's device verifies the exact domain requesting the login before using its private key to sign the challenge.[2][7]

Because the authenticator checks the domain automatically, human error is removed from the equation. If a user is tricked into visiting a look-alike phishing site, the browser will simply refuse to hand over the signature for the legitimate domain. The private key never leaves the user's physical device, meaning there is no shared secret for a hacker to intercept in transit.[2][7]
Furthermore, server-side breaches become functionally useless to attackers. If a company's database is compromised, hackers only exfiltrate public keys. Without the corresponding private keys—which remain locked inside the secure enclaves of users' smartphones and laptops—the stolen data cannot be used to impersonate users.[2][3][4]
Beyond security, proponents claim that passkeys drastically reduce enterprise IT friction. The evidence shows significant operational benefits for organizations deploying the technology, with the 2026 FIDO Alliance workforce report indicating that 68% of organizations are actively rolling out passkeys.[1]
Beyond security, proponents claim that passkeys drastically reduce enterprise IT friction.
The return on investment is highly measurable. Organizations further along in their deployments report a 45% acceleration in employee login times and a 35% reduction in IT helpdesk costs, largely driven by the elimination of password reset tickets. Case studies from early adopters corroborate these figures, showing massive drops in authentication-related support requests.[1][4]

Despite the robust cryptography, transparent uncertainty remains regarding the vulnerability of "synced" passkeys. To prevent users from losing access when they lose a phone, Apple, Google, and password managers utilize synced passkeys that are backed up to the cloud and copied across trusted devices.[5][6]
Security researchers warn that this convenience dilutes the core promise of hardware-bound security. Because synced passkeys exist in multiple places, they create a larger attack surface. If an attacker fully compromises a user's cloud account or password manager vault, the synced passkeys could theoretically be accessed or exported. For high-security environments, experts recommend "device-bound" FIDO2 hardware keys, which can never be copied or synced.[5][6]
The most significant weakness and area of uncertainty in the current passkey ecosystem is the account recovery loophole. While logging in with a passkey is mathematically phishing-resistant, recovering a lost account often relies on older, weaker protocols.[6]

If a user loses their device and does not have a synced backup, services must provide a way to restore access. Currently, this recovery process frequently defaults to legacy methods: sending a one-time link via email or an SMS code to a phone number. Attackers who cannot phish a passkey will simply pivot to attacking the recovery channels, utilizing SIM-swapping or email compromise to bypass the passkey entirely.[4][6]
The evidence overwhelmingly supports the adoption of passkeys as a superior alternative to passwords and SMS-based two-factor authentication. They successfully neutralize mass-scale credential stuffing and remote phishing, solving a problem that has plagued the internet for decades.[1][3][4][7]
Ultimately, the transition away from passwords is a once-in-a-generation architectural shift for the internet. While the bridge to a fully passwordless reality contains structural gaps—particularly around cloud syncing and recovery fallbacks—the baseline security floor for the average user has been permanently raised.[4][8]
How we got here
2019
The FIDO Alliance and W3C finalize the WebAuthn standard, laying the groundwork for passwordless logins.
May 2022
Apple, Google, and Microsoft announce a joint commitment to support passkeys across their platforms.
October 2023
Google makes passkeys the default authentication method for all personal Google Accounts.
May 2026
The FIDO Alliance reports a major milestone of 5 billion passkeys in active use globally.
Viewpoints in depth
Authentication Standards Bodies
Argue that passkeys are the ultimate phishing-resistant solution.
Organizations like the FIDO Alliance and major tech platforms view passkeys as a structural cure for the internet's original sin: the password. They point to the elimination of shared secrets and the implementation of origin binding as definitive proof that mass-scale phishing can be eradicated. For this camp, the rapid adoption curve—reaching 5 billion active keys by 2026—validates that the technology successfully balances high-grade security with consumer convenience.
Hardware Security Advocates
Warn that cloud-synced passkeys dilute security.
Security purists and hardware vendors argue that the consumer tech industry has compromised the FIDO standard by allowing passkeys to be synced to the cloud. They contend that storing private keys in Apple or Google's cloud infrastructure creates a massive, centralized attack surface. This camp advocates for 'device-bound' passkeys—physical tokens that can never be copied, exported, or synced—as the only true defense against sophisticated state-sponsored attacks.
Enterprise IT & Compliance
Focus on the operational benefits of passwordless systems.
For corporate IT departments, the passkey debate is less about cryptographic purity and more about operational efficiency. Passwords generate massive overhead through constant reset requests and compliance audits. This camp views passkeys primarily as a cost-saving measure that simultaneously satisfies strict new cybersecurity insurance requirements and government regulations, even if the transition requires navigating complex legacy systems.
What we don't know
- How quickly legacy platforms and smaller websites will update their infrastructure to support passkeys.
- Whether the industry will develop a standardized, phishing-resistant account recovery method to replace SMS and email fallbacks.
- How cybercriminals will adapt their tactics once credential stuffing and remote phishing are no longer viable at scale.
Key terms
- Asymmetric Cryptography
- A security system using a pair of keys—a public key to verify identity, and a private key to sign the login request.
- Origin Binding
- A security feature where a passkey is mathematically tied to a specific website domain, making it impossible to use on a fake phishing site.
- Synced Passkey
- A passkey backed up to a cloud service (like iCloud Keychain) so it can be used across multiple devices.
- Device-Bound Passkey
- A passkey locked to a single physical hardware token (like a YubiKey) that cannot be copied or synced.
- Credential Stuffing
- A cyberattack where hackers use lists of compromised passwords from one breach to attempt logins on other websites.
Frequently asked
What exactly is a passkey?
A passkey is a cryptographic key pair. The private key stays securely on your device, and the public key is stored on the website's server to verify your identity.
Can a passkey be stolen in a data breach?
No. If a website is breached, hackers only obtain the public key, which is mathematically useless without the private key stored physically on your device.
What happens to my passkeys if I lose my phone?
Most consumer passkeys are backed up to cloud services like Apple iCloud or Google Password Manager, allowing them to be seamlessly restored on a new device.
Are passkeys replacing passwords entirely?
Eventually, yes. While 68% of organizations are currently deploying them, legacy systems and account recovery methods mean passwords will linger as a fallback for several years.
Sources
[1]FIDO AllianceAuthentication Standards Bodies
The State of Passkeys 2026: Global Consumer and Workforce Report
Read on FIDO Alliance →[2]GoogleAuthentication Standards Bodies
The Security Model: What Makes Passkeys "phishing-resistant"
Read on Google →[3]KPMGEnterprise IT & Compliance
Passkeys: Security without a password
Read on KPMG →[4]MITEnterprise IT & Compliance
Passkeys as an innovative authentication method
Read on MIT →[5]VersasecHardware Security Advocates
The Hidden Risk of Synced Passkeys: Why FIDO2 Device-Bound Passkeys are the Secure Choice
Read on Versasec →[6]Pivot Point SecurityHardware Security Advocates
Passkeys: 7 Possible Downsides for SMBs
Read on Pivot Point Security →[7]BitwardenAuthentication Standards Bodies
Why passkeys are phishing-resistant multifactor authentication
Read on Bitwarden →[8]Factlen Editorial TeamEnterprise IT & Compliance
Synthesis by Factlen editorial team
Read on Factlen Editorial Team →
Every angle. Every day.
Get technology stories with full source coverage and perspective breakdowns delivered to your inbox.









