G
G
Gigabait2018-04-12 13:39:14
Information Security
Gigabait, 2018-04-12 13:39:14

Encrypt data from server to client?

Can you tell me how to properly implement data encryption between the client and the server.
There is a web server, server and client.
I want the client to receive data from the web server once per session.
That is, I want to transfer encrypted data from the web server -> to the client, while then this data must be decrypted on the client, but only once per session.
What can you advise to use better, and is this method safe?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
X
xmoonlight, 2018-04-12
@xmoonlight

If there is "what to decrypt" and "how to decrypt", I can decrypt it exactly as many times as I want.))))
Use RSA using the session key.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question