Page 1 of 1

how to use encrypt sqlite db on android device?

Posted: Mon 28 Apr 2014 05:44
by makson
i m try to find way to use encrypt db on android,
got some infomation from this page : http://www.fmxexpress.com/sqlite-databa ... d-and-ios/
and downloaded litedac, but can not make it well.

is it not support encrypt db on android ?

Re: how to use encrypt sqlite db on android device?

Posted: Mon 28 Apr 2014 10:39
by AlexP
Hello,

If your SQLite3 library on Android supports encryption, you can use it in LiteDAC. Native encryption (Direct mode) currently works on the Win32 and Win64 platforms only.

Re: how to use encrypt sqlite db on android device?

Posted: Tue 29 Apr 2014 02:44
by makson
thanks for reply.

could you teach me how to add library to litedac ?
do you have some example code ??

thx.