I am building a MERN stack application with a TypeScript backend and a React frontend. I want to encrypt the data sent in the API responses so that it appears encrypted when the API is hit directly, but is correctly decrypted and displayed on the frontend.
I expected the encrypted data to be securely transmitted from the backend to the frontend and then correctly decrypted and displayed in the React application.
New contributor
Manjunath Naik is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.