Skip to main content
#DieHimmels­traeumerin

iOS dev • sketchnoting • accessibility • pineapple on pizza • sports • she/her

Do iOS Conference 2024: Passkeys – The why, the what, the how

Sketchnote of a talk at Do iOS Conference 2024 about passkeys.

Detailed image description of the sketchnote

Why?

  • authentication != authorization
  • who are you? Do you have a proof?
  • change password every few months? security questions?
  • Extra Layer
  • Password Managers
  • 2FA
  • But be aware of SIM swapping, phishing, spam.
  • Yubi Key
  • Passkeys as software solution

Advantages

  • simple
  • not phishable
  • not (easily) brute forcable
  • public key can be public

Asymmetric Cryptography

  • Private Key: 2 Prime Numbers of public key
  • Public Key: 1234...
  • Face ID + Bluetooth
  • Signature verification

Registration

  • Public + Private key is generated on device
  • Public key is sent to server for verification
  • Key + domain is sent back to device

More Info

  • ASAuthorization framework
  • passkeycentral.org
  • WWDC sessions