• 2 Posts
  • 20 Comments
Joined 3 years ago
cake
Cake day: December 25th, 2021

help-circle
  • The sanest option in terms of user practicality to me appears to be storing the private key on the server, maybe encrypted with the user’s password, and sending it to the user on successful login where it would be decrypted client side.

    That does seem reasonable, but it doesn’t solve the trust issue. The server might always send a modified script that just uploads the plaintext private key.

    That said it would still be useful in other ways. Like in a breach the data would be secure.