SQLiteUnityKit icon indicating copy to clipboard operation
SQLiteUnityKit copied to clipboard

SQLite with SQLcipher

Open ua2004 opened this issue 11 years ago • 4 comments

I don't know which compiler options were used to compile SQLite in here to work with Android so I can't repeat it myself at the moment. But I want to suggest to recompile it with adding SQLcipher extension (http://sqlcipher.net/). It supports full db encryption which may be very useful for many users.

ua2004 avatar Nov 06 '14 07:11 ua2004

BTW, I just found an official encryption extension for SQLite which is called SEE (http://www.hwaci.com/sw/sqlite/see.html). Could you please recompile SQLite with one of the mentioned above?

ua2004 avatar Nov 06 '14 07:11 ua2004

Hi ua2004, It seems that the official encryption is licensed software (e.g. the source code is not availble). I had a look at the other link and they provide precompiled binaries here https://github.com/sqlcipher/android-database-sqlcipher (Check section "Download Source and Binaries")

Hope that helps.

neslo avatar Nov 10 '14 14:11 neslo

@neslo but that is only for Android. I need a multi platform library to run on iOS and Windows as well. Then maybe SEE is better to use here?

ua2004 avatar Nov 11 '14 07:11 ua2004

@ua2004 sorry, I only know about the android part.

Don't know if SEE is better than sqlcipher (But it does seem that SEE will cost you $3000).

It looks like it is all C code so should be possible for you to compile it for Mac and Windows too.

neslo avatar Nov 11 '14 08:11 neslo