sqlcipher/android-database-sqlcipher

SQlitecipher and SQlite on android

Closed this issue · 3 comments

I have a question about SQliteCipher being based on Sqlite, does it tend to create a new db which is compatible with Sqlite API and db.
I understand Sqlitecipher is forked off, how do we know its fully compliant with Sqlite in Android 2.x and 3.X

thanks!

regards,
S.Abdullah

Yes, SQLCipher is a fork of SQLite that adds the encryption. It
generates normal SQLite databases, it is adding the encryption that
makes it no longer work with SQLite.

.hc

On Wed, 2011-09-14 at 10:03 -0700, sabdullah wrote:

I have a question about SQliteCipher being based on Sqlite, does it tend to create a new db which is compatible with Sqlite API and db.
I understand Sqlitecipher is forked off, how do we know its fully compliant with Sqlite in Android 2.x and 3.X

thanks!

regards,
S.Abdullah

If you are talking about the android.database.* API then yes it is almost nearly compatible with that. The only thing we have removed is the Phone Number/Contact support, which is not core to its use as a standard SQLite database.

I think this issue is closed.

Please test out our latest developer build:
https://github.com/downloads/guardianproject/android-database-sqlcipher/SQLCipherForAndroid-SDK-0.0.6-BETA-DP3.tar.gz

Thanks!