this post was submitted on 13 Mar 2026
1182 points (98.1% liked)

Programmer Humor

30340 readers
2827 users here now

Welcome to Programmer Humor!

This is a place where you can post jokes, memes, humor, etc. related to programming!

For sharing awful code theres also Programming Horror.

Rules

founded 2 years ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] ricecake@sh.itjust.works 4 points 15 hours ago (1 children)

Depends on the system. The thing where your password manager is managing your passkeys? That's a single factor unless it's doing something tricky that none of them do.
When it's the tpm or a Bluetooth connection to your phone? That's actually two factors, and great.

[–] Appoxo@lemmy.dbzer0.com 0 points 10 hours ago (1 children)

Can it be copied from your phone? (e.g. by migrating your phone via a backup)
Then it can be compromitted and is essentially a single factor (because some website permit you to login via the key only).
Only if you'd need to completetly renew the key, then it's truly secure.

[–] ricecake@sh.itjust.works 2 points 4 hours ago

There are secure ways to transfer the key that preserve the properties that make it useful as two factors in one.

Basically, the device will only release the key in an encrypted fashion readable by another device able to make the same guarantees, after the user has used that device to authenticate to the first device using the key being transferred.
A backup works the same way.