It's possible -- Google for "sqlcipher".  But it's C code, so it would
have to be built/installed as native code.  Not sure how easily that
goes down on Android.

Otherwise you either encrypt individual fields (slow and not very
secure) or you decrypt/encrypt the entire DB when starting/ending the
app (again, not very secure).

On Dec 8, 5:56 am, "RKJ (Android developer)" <[email protected]>
wrote:
> Hi all,
>
> I want to ecrypt the whole database, my question is
>
> 1. is it possible
> 2. if YES,  how can i achieve?
> 3. if NO, is any alternative way to encrypt the db,

-- 
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

Reply via email to