Factlen ExplainerIdentity TechEvidence PackJun 20, 2026, 3:57 PM· 6 min read· #4 of 4 in technology

The Evidence for Passkeys: How Public-Key Cryptography is Finally Killing the Password

As major platforms make passkeys the default in 2026, cryptographic evidence shows they virtually eliminate phishing and credential stuffing. Here is how the underlying WebAuthn standard works, where the security claims hold up, and where cross-platform friction remains.

By Factlen Editorial Team

Consumer Tech Giants 40%Security Researchers 35%Enterprise IT & Government 25%
Consumer Tech Giants
Prioritize seamless syncing across devices to drive mass adoption and eliminate the usability hurdles of traditional hardware keys.
Security Researchers
Focus on the cryptographic guarantees of the WebAuthn standard, emphasizing the elimination of phishing and credential stuffing.
Enterprise IT & Government
Balance the phishing resistance of passkeys with the need for strict lifecycle management, account recovery, and zero-trust architecture.

What's not represented

  • · Users without modern smartphones
  • · Privacy advocates concerned about cloud-syncing defaults

Why this matters

For decades, human memory has been the weakest link in digital security, leading to billions of stolen accounts and endless password-reset frustration. The transition to passkeys replaces easily stolen secrets with unphishable cryptography, fundamentally securing your digital identity while making logging in faster and easier.

Key points

  • Passkeys replace shared secrets (passwords) with public-key cryptography, meaning servers no longer store data that hackers can steal to log in.
  • The technology is inherently phishing-resistant because the browser cryptographically verifies the website's domain before authenticating.
  • Major platforms now sync passkeys via end-to-end encrypted cloud managers, solving the historical problem of losing access when a device is lost.
  • Cross-device authentication allows users to log into new hardware by scanning a QR code with their phone, bridging different operating systems.
  • Federal agencies like CISA and NIST now mandate this standard as the baseline for protecting critical infrastructure.
80%
Reduction in login time compared to passwords
0%
Success rate of phishing against FIDO2 credentials
100+
Major consumer platforms supporting passkeys natively

For the entirety of the internet's history, digital identity has relied on a shared secret: a password that both the user and the server must know. This architecture created a permanent vulnerability. If a server is breached, or if a user is tricked into typing their secret into a fake website, the credential is compromised. By 2026, the technology industry has largely agreed that patching this system with SMS codes and authenticator apps is no longer sufficient. The solution, now rolling out as the default across major platforms, is the passkey.[1][8]

The central claim behind passkeys is that they are "phishing-resistant." In cybersecurity, this is a specific, high-bar technical definition. It means that even if a user is completely fooled by a perfect replica of a banking website and willingly attempts to log in, the authentication will fail, and the attacker will capture nothing of value. To understand how this is possible, one must look at the underlying mechanism: public-key cryptography.[2][6]

When a user creates a passkey for a website, their device—whether an iPhone, an Android phone, or a Windows PC—generates a unique mathematical keypair. This consists of a public key and a private key. The public key is sent to the website's server and stored in its database. The private key never leaves the user's device. It is locked inside a specialized hardware component called a Secure Enclave or Trusted Execution Environment.[3][5]

During a login attempt, the website sends a cryptographic "challenge" to the user's device. The device asks the user to authorize the action, usually via a biometric check like Face ID or a fingerprint. Once authorized, the device uses the private key to mathematically sign the challenge and sends the signature back to the server. The server uses the public key to verify the signature. Because the server never holds the private key, a data breach at the company yields nothing that hackers can use to log in.[1][3]

How Public-Key Cryptography secures a passkey login without sharing secrets.
How Public-Key Cryptography secures a passkey login without sharing secrets.

The mechanism that stops phishing relies on how the browser interacts with the WebAuthn standard. When a website requests a signature, the browser strictly binds that request to the exact domain name in the address bar. If a user is tricked into visiting "chase-login-secure.com" instead of "chase.com," the browser recognizes the mismatch. It will simply refuse to use the passkey registered for the legitimate domain. The user cannot accidentally give away their credential because they never actually know the credential in the first place.[3][6]

Evidence of this system's efficacy is overwhelming. The Cybersecurity and Infrastructure Security Agency (CISA) and the National Institute of Standards and Technology (NIST) have both updated their guidelines to mandate phishing-resistant multi-factor authentication for critical infrastructure, explicitly citing FIDO2 and WebAuthn standards as the gold standard. In real-world deployments, organizations that have fully transitioned to hardware-bound or synced passkeys report a near-zero success rate for credential-harvesting attacks.[2][6]

Despite the cryptographic elegance, early iterations of this technology struggled with usability. If a private key was permanently locked to a single physical device, losing that device meant losing access to all accounts. The breakthrough that enabled mainstream consumer adoption was the introduction of "synced passkeys" by Apple, Google, and Microsoft. By integrating passkeys into native cloud credential managers, a passkey created on an iPhone automatically becomes available on the user's iPad and Mac.[4][5]

Google data indicates passkeys reduce the time required to authenticate by roughly 80 percent.
Google data indicates passkeys reduce the time required to authenticate by roughly 80 percent.
Despite the cryptographic elegance, early iterations of this technology struggled with usability.

This syncing mechanism introduces a necessary security trade-off. Security purists historically demanded that cryptographic keys remain "device-bound," meaning they can never be copied or transferred. Synced passkeys, by definition, move between devices via the cloud. This shifts the attack surface from the individual website to the user's underlying cloud account (e.g., their Apple ID or Google Account).[7][8]

To mitigate this risk, platform providers employ end-to-end encryption for passkey syncing. Apple and Google have architected their systems so that the passkeys are encrypted using keys derived from the user's device passcode. The providers themselves cannot read the private keys as they pass through their servers. Academic evaluations of these syncing protocols confirm that while the theoretical attack surface is larger than a standalone hardware key, the practical security posture remains exponentially stronger than any password-based system.[4][5][7]

A remaining area of friction is cross-ecosystem authentication. What happens when an iPhone user attempts to log into a smart TV or a Windows laptop where their iCloud Keychain is not present? The FIDO Alliance anticipated this with a protocol called Cross-Device Authentication (CDA).[1][3]

CDA allows a user to display a QR code on the new device and scan it with their phone. The two devices establish a secure local connection using Bluetooth to verify physical proximity—ensuring the user isn't scanning a QR code sent by a remote attacker. The phone then signs the login challenge on behalf of the new device. While cryptographically sound, usability studies show that users still find this handoff slightly confusing compared to the seamless native biometric prompts they experience on their primary devices.[3][7]

Because the browser verifies the domain name, passkeys cannot be tricked by lookalike phishing websites.
Because the browser verifies the domain name, passkeys cannot be tricked by lookalike phishing websites.

Enterprise IT departments face a different set of challenges. While consumer platforms prioritize recovery and convenience, enterprises often require strict control over credential lifecycles. Many organizations are opting for device-bound passkeys managed through mobile device management (MDM) profiles, ensuring that when an employee leaves, their access is cryptographically revoked without relying on consumer cloud syncing.[2][8]

The final frontier for the passwordless web is account recovery. If a user loses all their devices and forgets their cloud account password, how do they regain access to their digital life? Currently, most services rely on fallback methods—such as emailing a magic link or sending an SMS code—to bootstrap a new passkey. This temporarily downgrades the security of the account to the security of the user's email inbox.[7][8]

To address this, the industry is moving toward delegated recovery networks and social recovery protocols, where trusted contacts can cryptographically vouch for a user's identity. Until these systems mature, the transition period will require users to maintain strong security hygiene on their primary email accounts, which act as the ultimate skeleton key.[2][7]

Despite these edge cases, the empirical evidence is clear. Passkeys eliminate the root cause of over 80% of data breaches: stolen or reused passwords. They reduce the time it takes to log in by more than half, and they remove the cognitive burden of password management. As the underlying WebAuthn standard continues to evolve, the era of the shared secret is definitively coming to an end.[1][4][8]

Private keys are generated and stored within dedicated hardware enclaves, isolating them from the main operating system.
Private keys are generated and stored within dedicated hardware enclaves, isolating them from the main operating system.

How we got here

  1. 2013

    The FIDO Alliance is founded to develop open standards for passwordless authentication.

  2. 2019

    The W3C officially publishes WebAuthn as a web standard, laying the groundwork for browser-based cryptography.

  3. 2022

    Apple, Google, and Microsoft announce expanded support for the FIDO standard, introducing the concept of cloud-synced 'passkeys'.

  4. 2024

    Major consumer services, including Amazon, WhatsApp, and major banks, roll out passkeys as a primary login option.

  5. 2026

    Passkeys become the default authentication method for new accounts across dominant mobile and desktop operating systems.

Viewpoints in depth

Consumer Tech Giants

Prioritize seamless syncing across devices to drive mass adoption and eliminate the usability hurdles of traditional hardware keys.

For companies like Apple and Google, the primary barrier to better security has always been user friction. Traditional hardware security keys (like YubiKeys) offer perfect security but require users to carry a physical object and understand complex recovery procedures. By building passkeys directly into iOS and Android and syncing them via iCloud and Google Password Manager, these companies have made military-grade cryptography invisible to the average user. They argue that the slight theoretical risk of cloud-syncing is vastly outweighed by the practical benefit of moving billions of users off passwords entirely.

Security Researchers

Focus on the cryptographic guarantees of the WebAuthn standard, emphasizing the elimination of phishing and credential stuffing.

The academic and independent security community views passkeys as a structural fix to a broken internet architecture. For decades, security advice focused on human behavior: 'don't click bad links' and 'use complex passwords.' Researchers celebrate passkeys because they shift the burden of security from the human to the math. Because the browser strictly binds the cryptographic signature to the domain name, social engineering attacks simply fail. However, some purists within this camp remain cautious about the shift toward synced passkeys, preferring the absolute guarantee of a private key that is permanently burned into a single piece of hardware.

Enterprise IT & Government

Balance the phishing resistance of passkeys with the need for strict lifecycle management, account recovery, and zero-trust architecture.

For organizations managing thousands of employees, the consumer implementation of passkeys presents a control problem. If an employee's passkey is synced to their personal iCloud account, the enterprise cannot easily revoke it when the employee leaves. Consequently, government agencies like CISA and enterprise IT departments advocate for 'device-bound' passkeys managed through corporate infrastructure. They are heavily invested in the FIDO2 standard but are deploying it in a way that prioritizes organizational control and strict zero-trust principles over consumer convenience.

What we don't know

  • How quickly legacy websites and smaller businesses will update their infrastructure to support the WebAuthn standard.
  • Whether the industry will standardize on a universal, cross-platform account recovery mechanism that doesn't rely on insecure email fallbacks.
  • How the legal framework around compelled biometric unlocking will evolve as passkeys replace passwords in criminal investigations.

Key terms

Public-Key Cryptography
A cryptographic system that uses pairs of keys: a public key which may be disseminated widely, and a private key which is known only to the owner.
WebAuthn
A web standard published by the W3C that allows servers to register and authenticate users using public key cryptography instead of a password.
Secure Enclave
A dedicated, isolated subsystem within a device's processor designed to keep sensitive data, like cryptographic keys, secure even if the main operating system is compromised.
Phishing Resistance
An authentication method that cryptographically verifies the identity of the website, ensuring that a user cannot accidentally give their credential to a fake or malicious site.
Credential Stuffing
A cyberattack where stolen account credentials from one data breach are automatically injected into other websites to gain unauthorized access.

Frequently asked

Can the website see my fingerprint or face data?

No. Your biometric data never leaves your device. The fingerprint or face scan simply unlocks the local secure enclave, allowing the device to mathematically sign the login challenge.

What happens if I lose my phone?

If you use synced passkeys (like Apple iCloud Keychain or Google Password Manager), your passkeys are backed up to the cloud. You can restore them on a new device by logging into your cloud account and entering your old device's passcode.

Can I use a passkey on a public library computer?

Yes, using Cross-Device Authentication. The public computer will display a QR code, which you scan with your phone. Your phone signs the login challenge via a secure Bluetooth connection, without leaving any credential on the public computer.

Are passkeys just a proprietary Apple or Google feature?

No. Passkeys are based on WebAuthn and FIDO2, which are open industry standards developed by the W3C and the FIDO Alliance. Apple, Google, and Microsoft are simply implementing this shared standard.

Sources

Source coverage

8 outlets

3 viewpoints surfaced

Consumer Tech Giants 40%Security Researchers 35%Enterprise IT & Government 25%
  1. [1]FIDO AllianceSecurity Researchers

    How FIDO Works: Standardizing Passwordless Authentication

    Read on FIDO Alliance
  2. [2]National Institute of Standards and Technology (NIST)Enterprise IT & Government

    Digital Identity Guidelines: Authentication and Lifecycle Management

    Read on National Institute of Standards and Technology (NIST)
  3. [3]W3CSecurity Researchers

    Web Authentication: An API for accessing Public Key Credentials

    Read on W3C
  4. [4]Google Security BlogConsumer Tech Giants

    The State of Passkey Adoption and Phishing Resistance

    Read on Google Security Blog
  5. [5]Apple SupportConsumer Tech Giants

    About the security of passkeys

    Read on Apple Support
  6. [6]Cybersecurity and Infrastructure Security Agency (CISA)Enterprise IT & Government

    Implementing Phishing-Resistant MFA

    Read on Cybersecurity and Infrastructure Security Agency (CISA)
  7. [7]IEEE Security & PrivacySecurity Researchers

    Evaluating the Usability and Security of Synced FIDO2 Credentials

    Read on IEEE Security & Privacy
  8. [8]Factlen Editorial Team

    Synthesis by Factlen editorial team

    Read on Factlen Editorial Team
Stay informed

Every angle. Every day.

Get technology stories with full source coverage and perspective breakdowns delivered to your inbox.