# Passkeys

**What are passkeys?**

A passkey is a sign in method without a password. Instead of a secret you type, your device proves to the website with a cryptographic key that it is you. It is unlocked with a fingerprint, a face or the device PIN.

The key advantage concerns phishing. A passkey is tied to the address of the genuine website. If you land on a rebuilt sign in page, the passkey simply does not work there. A password, by contrast, you would type into the fake page as well, and a one time code by SMS can be asked for in real time.

The secret part of the key never leaves your device. The website stores only the public part. If that website is later breached, the captured data grants no access, because nothing can be signed with it.

In practice the question is recovery. What happens when a device is lost? Passkeys can be carried to several devices through an Apple, Google or Microsoft account, or through a password manager. Decide in advance which route your business takes and how an employee regains access.

## Related terms
- [Two-factor authentication (2FA)](https://vetosec.at/en/it-security/zwei-faktor-authentifizierung/)
- [Password manager](https://vetosec.at/en/it-security/passwortmanager/)
- [Phishing](https://vetosec.at/en/it-security/phishing/)
- [Password attack](https://vetosec.at/en/it-security/passwortangriff/)

## Source
https://vetosec.at/en/it-security/passkeys/ (vetosec, schutz)
