Y
Hacker News
new
|
ask
|
show
|
jobs
by
quickcheck
1394 days ago
I thought ‘public’ means it can be shared widely without there being a risk to the private key. What threat model would consider it a risk to have a public key exposed?
1 comments
password4321
1394 days ago
Identity/privacy: de-anonymizing accounts reusing the same public key.
link
lazka
1394 days ago
U2F generates a new keypair for each origin. Public keys are not re-used.
link