Live Friday, 24 July 2026
Technology

Passkeys Explained: How Passwordless Login Actually Works

Why the tech industry is replacing passwords with a phishing-resistant standard built on public-key cryptography.

For decades the password has been the front door to almost every online account, and for just as long it has been the weakest link. People reuse passwords, choose ones that are easy to guess, and hand them over to fake login pages without realizing it. Passkeys are the industry's answer to that problem, and they are now supported by Apple, Google, Microsoft, and a growing list of banks and websites.

What a passkey actually is

A passkey is a pair of cryptographic keys created for one specific website or app. One key is public and is stored on the site's server. The other key is private and never leaves your device, protected by the same hardware that guards your phone or laptop. When you log in, the website sends a random challenge, your device signs it with the private key, and the server verifies the signature using the public key it already holds.

The crucial point is that the secret never travels across the internet. Even if a company suffers a data breach, attackers only find public keys, which are useless on their own. There is no shared password to steal, guess, or leak.

Why passkeys resist phishing

Traditional phishing works because a password is just a string of text. If a criminal tricks you into typing it on a lookalike page, they can replay it on the real site. Passkeys close that gap in a clever way.

  • A passkey is bound to the exact web address it was created for, so it will not offer itself to a fake domain that merely looks similar.
  • The signing happens inside your device and is tied to the legitimate site's identity, so there is nothing to copy and reuse.
  • You approve each login with a biometric check or device PIN, which stays local and is never sent to the server.

Because of this, even a convincing counterfeit site cannot capture anything worth stealing. That is why security teams describe passkeys as phishing-resistant rather than simply more convenient.

The technology underneath

Passkeys are built on open standards from the FIDO Alliance and the World Wide Web Consortium, specifically the WebAuthn and FIDO2 specifications. This shared foundation is what allows a passkey created in one browser to work across different sites and platforms rather than locking you into a single vendor.

Most passkeys today are synced through a provider such as your Apple, Google, or Microsoft account, or a third-party password manager. That means when you set up a new phone, your passkeys can appear there automatically, protected by the encryption of your platform account. Device-bound passkeys, which never leave a single hardware security key, also exist for people who want the strictest control.

How to start using passkeys

Getting started is usually a matter of visiting the security settings of an account you already have. Look for an option labelled passkey, sign in without a password, or something similar.

  1. Open the security or login settings of a service that supports passkeys, such as your Google, Microsoft, or PayPal account.
  2. Choose the option to create a passkey and follow the prompt, which will ask for your fingerprint, face, or device PIN.
  3. Confirm on your phone or laptop, and the passkey is created and stored for that site.
  4. Next time you log in, pick the passkey option and approve with the same biometric or PIN.

You do not have to delete your password immediately. Many people keep it as a backup while they get comfortable, then remove it once passkeys are working across their devices.

Limitations to keep in mind

Passkeys are not perfect. Support is still uneven, so some of your favorite sites may not offer them yet. If all your passkeys live inside one platform account, losing access to that account matters a great deal, which is why setting up recovery options is important. Sharing a login with family members is also less straightforward than simply telling them a password, though sharing features are improving.

Even so, the direction of travel is clear. Passwords created a world of breaches, phishing, and reset emails, and passkeys were designed specifically to end that cycle. Adopting even one or two on your most important accounts is a meaningful upgrade to your personal security.

Frequently asked

Are passkeys safer than a strong password plus two-factor authentication?

Generally yes, because a passkey cannot be phished or reused on a fake site the way a password and one-time code can. The secret never leaves your device.

What happens if I lose my phone?

If your passkeys are synced through your Apple, Google, or Microsoft account, they can be restored on a new device once you sign back into that account. Setting up account recovery in advance is essential.

Do I need special hardware to use passkeys?

No. Any modern phone or laptop with a fingerprint reader, face unlock, or a screen PIN can create and use passkeys. Dedicated hardware security keys are optional.

Can I use one passkey across different websites?

No. Each passkey is created for a single site or app, which is part of what makes them phishing-resistant. You create a separate passkey per service.