How to store encrypted user’s data on a server, decrypt only on the client, and store the key elsewhere?
Here’s what I would like to do: have a client side that generates and processes the user’s data, then encrypts it and stores in a database – in order to later retrieve, decrypt and process the data further.
The server would … Continue reading How to store encrypted user’s data on a server, decrypt only on the client, and store the key elsewhere?