1

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?

Community
  • 1
  • 1
Nirav Bhandari
  • 4,550
  • 6
  • 32
  • 59
  • 1
    If you manage to find a standard encryption algorithm and there are libraries in both php and java that supports it, then yes. – Mister Smith Nov 15 '11 at 16:08
  • Reported for question spam. You just posted that question for the 2nd time a few minutes ago and now you deleted it to repost for the 3rd time without the duplicate warnings/negative votes. –  Nov 15 '11 at 16:09
  • Nice tone you got there. I really hope that you deleted that comment on your own. Everything else would be sad. –  Nov 15 '11 at 16:14

1 Answers1

0

Yea, use a secure http conneciton. The HttpsURLConnection class should help you do this.

Kurtis Nusbaum
  • 30,445
  • 13
  • 78
  • 102