X
X
Xveeder2019-03-18 09:28:06
Encryption
Xveeder, 2019-03-18 09:28:06

What encryption algorithm to use to transfer encrypted data between PHP and C# client?

The task is as follows: when making a request to the server (PHP), it must take the data, encrypt it with a specific key and send the hash to the client, where it must be decrypted with the same key. Client in C#. What algorithm should be used to make everything work correctly?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
A
Alexander, 2019-03-18
@Minifets

SSL/TLS

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question