this post was submitted on 18 Jun 2025
25 points (93.1% liked)

Technology

347 readers
54 users here now

Tech related news and discussion. Link to anything, it doesn't need to be a news article.

Let's keep the politics and business side of things to a minimum.

Rules

No memes

founded 4 weeks ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 7 points 2 days ago* (last edited 2 days ago) (1 children)

Passkeys are a cryptographic public key authentication system, similar to how SSH keys work.

Your password manager stores your passkeys. You must complete a private/public key pair challenge with the website you are trying to authenticate with in order to login using your passkey.

It changes the factor from "something you know" to "something you have".

Most password managers require biometrics (something you are), or require a master password (something you know). Once this is paired up with a passkey (something you have), it means you are using multi-factor authentication to login, which is much stronger than using just username and password.

[–] [email protected] 3 points 2 days ago (1 children)

Wait does 2FA count as a passkey?

[–] [email protected] 4 points 2 days ago* (last edited 2 days ago) (1 children)

No, two factor authentication does not mean it is a passkey.

Email is something you know, but also something you have. You know the username and password to your inbox, but you have access to your inbox if you stay logged in, so this can be either factor. A phone number is something you have, so you can receive text messages with it as a factor. Passkeys are its own technology that fit into the something you have category. Once you have two of these factors combined, thats how you get the 2FA experience.

[–] [email protected] 3 points 2 days ago

Got it, thank you.