Skip to content

SQlitecipher and SQlite on android #13

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
sabdullah-zz opened this issue Sep 14, 2011 · 3 comments
Closed

SQlitecipher and SQlite on android #13

sabdullah-zz opened this issue Sep 14, 2011 · 3 comments
Labels
enhancement A software enhancement for SQLCipher for Android

Comments

@sabdullah-zz
Copy link

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

@eighthave
Copy link
Collaborator

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

@n8fr8
Copy link
Collaborator

n8fr8 commented Sep 18, 2011

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.

@n8fr8
Copy link
Collaborator

n8fr8 commented Oct 31, 2011

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!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement A software enhancement for SQLCipher for Android
Projects
None yet
Development

No branches or pull requests

3 participants