Hello,

I've and android application which sends post requests to a web
service. I want to secure the communication between the two and was
wondering which is the best approach:

1) Make https requests

2) Encrypt the request params via an encryption algorithm and decrypt
on the web service (I found one called SimpleCryto
http://www.tutorials-android.com/learn/How_to_encrypt_and_decrypt_strings.rhtml)

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to