[android-developers] Device/user identification and data security

2011-06-07 Thread Dani
Hi, I have a question about data protection in a client (app) - server communication. What is the best way to make data visibile only for your clients app? I know that the complete protection is impossible, 'cause that the source code is in the hand of the attacker and with a good reverse

Re: [android-developers] Device/user identification and data security

2011-06-07 Thread Mark Murphy
On Tue, Jun 7, 2011 at 5:23 AM, Dani eraofw...@gmail.com wrote: What is the best way to make data visibile only for your clients app? Put it in the internal storage (i.e., getFilesDir(), openOutputStream()). That will protect it against other apps. It will not protect it against users, which is