Friday, 30 August 2013

Simple string encryption in php and decryption in Java?

Simple string encryption in php and decryption in Java?

I need to transfer some json data from a php server endpoint to my Android
client, however I want to protect obvious reading of the data if the
endpoint gets exposed. So I plan to write some simple string encryption
function in the php endpoint and have my client decrypt it. Is there any
readily made library to do so?

No comments:

Post a Comment