You need to look into what's called symmetrical encryption. Depending on just how secure you need this to be, you could use something as simple as Base64 encoding and decoding or something more robust like PGP.
It all depends on how strong you need it to be. On Sep 1, 10:19 am, Gabriel Marchant <[email protected]> wrote: > 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 YOU > Gabriel -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

