Saturday, December 18, 2010

[android-developers] Re: SQLite Encryption

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 <garyjamessi...@gmail.com> wrote:
> Hi,
>
> http://sqlcipher.net/
>
> Regards
>
> On Dec 18, 3:12 am, Marco Oreste Migliori <mo.migli...@gmail.com>
> 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 android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscribe@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

No comments:

Post a Comment