Live Tuesday, 21 July 2026
Technology

Passkeys Explained: How Passwordless Login Actually Works

Why phones and browsers are replacing passwords with cryptographic keys.

For decades, the password has been the front door to our digital lives, and it has always been a weak one. People reuse passwords, choose predictable ones, and hand them over to convincing phishing pages. Passkeys are a newer sign-in method designed to remove those weak points entirely by replacing the shared secret with a pair of cryptographic keys. Major platforms including Apple, Google, and Microsoft now support them, and a growing list of websites let you create one.

What a passkey actually is

A passkey is built on public-key cryptography. When you create one for a website, your device generates two mathematically linked keys. The private key never leaves your phone, laptop, or hardware security key. The public key is handed to the website and stored on its servers. Because the public key is useless on its own, a data breach that leaks it does not expose you the way a leaked password database does.

When you return to sign in, the website sends a random challenge. Your device signs that challenge with the private key, but only after you approve the request with a biometric check or a device PIN. The website verifies the signature using the public key it already holds. At no point does a reusable secret travel across the internet, which is what makes passkeys resistant to interception.

Why passkeys resist phishing

The most important security property is that passkeys are bound to a specific website domain. Your browser and operating system only offer the passkey for the exact site it was created on. If you land on a look-alike domain built to steal credentials, there is simply no passkey to hand over, because the fake site is not the real one. This closes off the single most common way accounts are stolen today.

Passkeys also remove the human guesswork. You cannot choose a weak passkey, you cannot reuse one across sites, and there is nothing for you to type into a fraudulent form. The security is handled by the device rather than by your memory or discipline.

How to start using them

Getting started is usually a matter of opting in when a service offers it. The typical flow looks like this:

  • Open the security or sign-in settings of a service that supports passkeys.
  • Choose the option to create or add a passkey.
  • Confirm with your fingerprint, face scan, or device PIN.
  • Let your platform save it to your account keychain, such as iCloud Keychain or Google Password Manager.

Once saved, the passkey can sync across devices tied to the same account, so a passkey created on your phone can also work on your laptop. If you need to sign in on a device that is not yours, most systems fall back to scanning a QR code with your phone, which then handles the cryptographic step over a local connection.

What passkeys do not solve

Passkeys are a major upgrade, but they are not a cure for every problem. Account recovery still matters: if you lose access to every device and every synced backup, you need a recovery path, and a poorly designed recovery process can reintroduce the very weaknesses passkeys remove. Support is also uneven, so many sites still require a password as a backup for now. And because passkeys often sync through a platform account, the security of that underlying account becomes more important than ever.

There is also a practical adjustment for people who share devices or manage many accounts. Passkeys assume a fairly personal relationship between you and your hardware, which is great for individuals but can feel awkward on shared or managed machines.

The direction of travel

The standards behind passkeys, developed through the FIDO Alliance and the World Wide Web Consortium, are backed by every major browser and operating system vendor. That rare level of agreement is why the shift feels durable rather than experimental. Passwords will not disappear overnight, and for years many services will offer both. But the long-term goal is clear: a login that cannot be phished, guessed, or reused, and that asks nothing of you beyond a glance or a touch.

If you want to try it, pick one important account, add a passkey, and sign out and back in to see the flow. It is the easiest way to understand why so many security teams consider passwordless login the most meaningful consumer security improvement in years.

Frequently asked

Are passkeys safer than passwords?

Yes. Passkeys use cryptographic keys instead of a shared secret, resist phishing because they are tied to a specific site, and cannot be reused or guessed. A breach that leaks the site's stored public key does not expose your account.

What happens if I lose my phone?

If your passkeys sync through a platform account like iCloud Keychain or Google Password Manager, you can restore them on a new device by signing back into that account. This is why securing your platform account and setting up recovery options matters.

Do passkeys work across different brands of devices?

They can. Passkeys follow open standards, and you can sign in on a device you do not own by scanning a QR code with the phone that holds your passkey. Cross-ecosystem syncing is improving but still varies by platform.

Can a website see my fingerprint or face data?

No. Biometric checks happen locally on your device only to unlock the private key. The website never receives your biometric data, just a signed response proving you approved the login.