Possible Duplicate:
How to encrypt data in android
i want to encrypt data and then send that data to php web service.Now Php webservice will decrypt the same data.is there any way to handle this situation that works for both?
Possible Duplicate:
How to encrypt data in android
i want to encrypt data and then send that data to php web service.Now Php webservice will decrypt the same data.is there any way to handle this situation that works for both?
Yea, use a secure http conneciton. The HttpsURLConnection class should help you do this.