I have to make an app for Android which simulates an app of home banking, so I have my database and some scripts in PHP which returns data I need in JSON.
My app connects to the script and receives data but how can I encrypt the data and then send it to the app?
Is there a post method like in PHP? Can anyone tell me how to do or show me a good guide?