Migration from Android legacy to regular SQLCipher version

Hi @Chezlui,

There are two different version of SQLCipher for Android. The legacy edition: android-database-sqlcipher and the new edition: sqlcipher-android.

The legacy edition uses an external test suite available here, while the tests for the new sqlcipher-android library are bundled within the library here.

If you are migrating from a SQLCipher 3.x to 4.x library version, you should review the migration options detailed here:

1 Like