User-1265313259 posted
I want to know is there any way to encrypt in web service server side and decrypt at client side where the web service is called
both client and server know a unique key. When client request a service is authorized with that unique key. Is there anyway to do the encryption with that unique key.
I don't want to use common encrypt decrypt, method I want to use like hash, salt, RSA algorithm
Please advice me