Hi guys,
I am using a pair of keys (OpenSSL) to store sensitive data for an application.
The private key will be at the computer which will need to decrypt the data.

Since the private key won't be on the server, how one would go about
sending the private key in some way to the server to do the decryption but
without having to "hold" it somewhere on the server temporarily?

One good solution would be to download the data and decrypt them on the computer. Of course that would be cumbersome.

S.
.