• caglararli@hotmail.com
  • 05386281520

Implement the Encryption in API Call [closed]

Çağlar Arlı      -    8 Views

Implement the Encryption in API Call [closed]

I have REST APIs. I want to send the data encrypted during the API call. I know HTTPs does that but I want to do it custom ( can use the modules in the languages, i.e. Java and React-JS) in my frontend and backend code.

My Requirement is that I first need to encrypt the data before making API call, send the encrypted data, Server will decrypt this, and return the response in encrypted format. I will then decrypt the response and do the later.

Can you explain the process, techniques. How can i Do that? Which algorithms to use like RSA, AES, etc.?