The problem with SQLCipher, of course, is that you need to compile the whole C SQLite implementation and embed it in the phone as native code. Doable, but not for the faint of heart.
But it is certainly the most secure and complete approach to data encryption on a phone. On Dec 18, 8:10 pm, gjs <[email protected]> wrote: > Hi, > > http://sqlcipher.net/ > > Regards > > On Dec 18, 3:12 am, Marco Oreste Migliori <[email protected]> > wrote: > > > Hi guys, > > > I'm new in Android world, I'm developing an application which needs > > sensitive data stored in a SQLite db. > > I need to encrypt data but using SQLite that is not possible. > > > Is there anyone able to help me? > > > Marco > > > -- -- 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

