I have 3 applications, iOS (Objective-C), Android (Java) and Web service (Java). I need to send a String Json encrypted to the Web Service from mobile apps and decrypting this content on Web Service.
Does anyone have any idea how to do this so that the Web Service use the same algorithm to interpret data received from both platforms?
Thank you!
