How to perform Encryption-Decryption in Web Apps
Sometimes in your web application, you need to expose some data to the client's browser but need it back with the subsequent API requests made but also sensitive data and you don't want the user to manipulate or understand it.
Here comes the signific...
pandazblog.hashnode.dev7 min read