this post was submitted on 04 Nov 2023
240 points (94.1% liked)

Technology

34904 readers
1207 users here now

This is the official technology community of Lemmy.ml for all news related to creation and use of technology, and to facilitate civil, meaningful discussion around it.


Ask in DM before posting product reviews or ads. All such posts otherwise are subject to removal.


Rules:

1: All Lemmy rules apply

2: Do not post low effort posts

3: NEVER post naziped*gore stuff

4: Always post article URLs or their archived version URLs as sources, NOT screenshots. Help the blind users.

5: personal rants of Big Tech CEOs like Elon Musk are unwelcome (does not include posts about their companies affecting wide range of people)

6: no advertisement posts unless verified as legitimate and non-exploitative/non-consumerist

7: crypto related posts, unless essential, are disallowed

founded 5 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 17 points 1 year ago (13 children)

Most people that have password managers are already using different passwords for each website. Usually randomly generated. What's the difference between that and a passkey?

[–] [email protected] 9 points 1 year ago (5 children)

A pass key is the private key in a private/public key pair. The private key is stored in the TPM on your device. The website contains the public key. When you use your "one password" you're in effect giving your device permission to access the key storage in your TPM to fetch the private key to present it to the site.

What this means in practice is that if a website has a data breach they won't have your hashed password, only your public key which... is public. It doesn't and can't do anything on its own. It needs the private key, which again only you have and the website doesn't store, to do anything at all.

If you want to read more about it look into cryptographic key pairs. Pretty neat how they work.

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

I'm not sure there's a requirement for the TPM to be used. To me that would imply the private key is stored in the TPM so you couldn't export it. But a lot of the passkey providers have remote sync available.

Which to implement, would mean they're storing the key outside of the TPM, but using the local TPM to decrypt the secret stored outside of the TPM. IE the certificate payloads are decryptable by a variety of keys that are stored in different TPMs. There's lots of assumptions here of course.

[–] [email protected] 1 points 1 year ago

It would be backed up at the point of provisioning.

A TPM can be set to allow exports or block them, so if you program the TPM to export a key once and then flip the switch to block exports then you can have this kind of backups and synchronization

load more comments (1 replies)
load more comments (3 replies)
load more comments (10 replies)