Hi

1) is easier, if the web service is available on SSL port number eg
443, just change request in app to use https:// ...

2) is ok if you can decrypt in web service

Regards

On Apr 11, 3:45 am, elioncho <elion...@gmail.com> wrote:
> 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 
> SimpleCrytohttp://www.tutorials-android.com/learn/How_to_encrypt_and_decrypt_str...)

-- 
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