Cybersecurity / / 6 min read

What Are Passkeys and How Do They Work?

A passkey lets you sign in with your fingerprint, face, or device PIN—without creating another password for an attacker to steal.

Passwords ask people to solve an impossible problem: create a different secret for every account, make every secret difficult to guess, and remember them all. Password managers help, but passwords can still be phished, leaked by a service, or reused accidentally.

Passkeys change the way the secret works. Instead of typing a shared password, your device proves that it holds a unique cryptographic key. You approve the sign-in using the same fingerprint, face scan, or PIN that unlocks your device.

A Passkey Is a Pair of Keys

When you create a passkey, your device generates two related keys. The website receives a public key, which is safe to store. The private key remains protected on your device or in your passkey provider.

During sign-in, the website sends a fresh challenge. Your device uses the private key to sign it, and the website checks the result with the public key. The private key is never sent to the website, and the response cannot simply be reused for a later login.

Why Passkeys Resist Phishing

A password can be entered into any convincing form. A passkey is tied to the real website or app where it was created. If a fake login page copies the design of a trusted service, your authenticator will not produce a valid response for the attacker's domain.

This makes passkeys resistant to the common trick of sending someone to a look-alike page and asking them to reveal their credentials. There is no reusable secret for the person to type or the fake page to capture.

Your Biometric Data Is Not Sent Away

A fingerprint or face scan usually unlocks the passkey locally; it is not the passkey itself. The website receives proof from the cryptographic process, not a copy of your fingerprint or face. A device PIN can often be used instead when biometrics are unavailable.

This distinction matters: the website does not need to build its own database of biometric information to offer passkey sign-in.

Where Passkeys Are Stored

Passkeys may stay on one hardware security key or synchronize between your devices through a platform's password or credential manager. Synchronization makes it easier to sign in from a new phone or computer, while device-bound keys can be useful when an organization needs tighter control.

You can also use a passkey from a nearby device. For example, a computer may display a QR code that lets your phone approve the login over a secure proximity check. The computer does not receive the phone's private key.

What Happens If You Lose a Device?

A lost device should not automatically mean a lost account. A synchronized passkey may already exist on another signed-in device. Services can also provide recovery options, allow multiple passkeys, or let you register a separate hardware security key as a backup.

Recovery is still part of your security. Protect the account that synchronizes your passkeys with a strong device lock and recovery method, remove missing devices from your account, and keep at least one tested backup route for important services.

Passkeys and Two-Factor Authentication

A passkey already combines possession of a device or credential with local verification, so it can replace both a password and a separate one-time code. The exact policy depends on the service, and some organizations may still require another step for sensitive actions.

Passkeys are stronger than codes sent by text message and more convenient than copying a code from an authenticator app. Security keys that use the same standards remain a strong choice for high-risk accounts.

How to Start Using Passkeys Safely

A passkey does not ask you to remember a better secret. It removes the shared secret from the login.

Passwords will not disappear everywhere at once, and some services still use them as a fallback. But where passkeys are available, they offer a rare security improvement that is also easier to use: no password to invent, forget, reuse, or hand to a phishing page.