How to allow users to securely use their private key to decrypt data in the browser [duplicate]

I’m working on an application where encrypted data can be stored on the server. Users can do this by obtaining public keys from the server, and use them to encrypt data locally before sending it to the server. This encryption feature provi… Continue reading How to allow users to securely use their private key to decrypt data in the browser [duplicate]