this post was submitted on 13 Mar 2026
1166 points (98.2% liked)

Programmer Humor

30343 readers
834 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
[–] nibbler@discuss.tchncs.de 7 points 12 hours ago (2 children)

dont think so. what i gatherd passkeys is a public/private key scheme, much like pubkey auth in ssh logins.

[–] BCsven@lemmy.ca 2 points 11 hours ago (2 children)

Its still just a single factor if some body steals your private key.

[–] Gt5@lemmy.zip 2 points 10 hours ago (1 children)

Yes, buts it’s not something that can be easily guessed or found on a post it on the monitor

[–] BCsven@lemmy.ca 1 points 9 hours ago

True dat. But if they compromise your computer the first thing the look for is key files.

Like my ssh keys are in a root permission file. Protected from general sight, but if somebody compromises my PC with a CVE on then goodbye keys.

At least with hardware key it is removable and requires a button press.

So accessing becomes physical access or quantum computer cracking

[–] nibbler@discuss.tchncs.de 1 points 9 hours ago (1 children)

Its never transmitted, can be stored in HSMs. Anything that's handled wrong is unsafe

[–] BCsven@lemmy.ca 2 points 8 hours ago

Steals it from your system I meant. Which has even happened to security pros.