Hacker News new | ask | show | jobs
by DyslexicAtheist 2242 days ago
> encouraging your users to give their private keys

I read it twice and still can't find the place where it was mentioned this to be the case.

1 comments

I'm generating the keys in-browser for device-specific keys. I am not asking the users to provide their existing private keys, but I am storing the device keys in localStorage, because, where else?

The advanced users can then use their existing PGP keys to sign the device keys.

But this is not necessary in every environment, because in some situations, e.g. casual chat or internal boards, you don't need that kind of extended security, and temporary device keys, perhaps vouched by the operator, are sufficient.