Re: [android-developers] Re: Encryption

2011-09-02 Thread Gabriel Marchant
Ok Nikolay... I heard about a unique ID for each Android device. Do you know something about it? 2011/9/2 Nikolay Elenkov > On Sat, Sep 3, 2011 at 12:10 AM, Gabriel Marchant > wrote: > > dea is to read de IMEI on the device the the first time (when the user > buys > > t

Re: [android-developers] Re: Encryption

2011-09-02 Thread Gabriel Marchant
Thank you Nikolay! I am trying to protect an apk form being copyed to other devices. It is not at the Android Market, because it's for a specific customer only. So, is it any way to secure it, without keeping the Key on the device? The idea is to read de IMEI on the device the the first time (when

[android-developers] Encryption

2011-09-01 Thread Gabriel Marchant
Hi guys, I need help with encryption methods. I would like to encrypt a specific field on a table. The app runs on Android 2.1 and 2.2 Then, I need to decrypt that specific field when the application connects to my remote server. The decryption mus be done at the remote server. Suggestions? THANK Y