How to perform encryption/decryption in a RESTful system?
I’m not a crypto/security expert and have designed an architecture for encryption/decryption. I’m not sure if its full proof and want to know what people use as industry standard?
I’m trying to perform encryption/decryption in RESTful api …