We released version 2.0.5 of SQLCipher Core and SQLCipher for Android. This release builds on the many new changes we introduced in SQLCipher 2.0. Source for SQLCipher Core can be found here. SQLCipher for Android is available as a binary package here and in source format here. Here are some of the changes/additions highlighted in this release:
SQLCipher Core:
PRAGMA cipher_version
to identify the SQLCipher version SQLCipher for Android:
SQLiteDatabaseHook
interface providing preKey
/postKey
hooks into SQLiteDatabase
SQLiteOpenHelper
info.guardianproject.*
to net.sqlcipher.*
SQLiteDatabase.upgradeDatabaseFormatFromVersion1To2
to automate
migrations from the 1.x to 2.0 database format SQLiteDatabase.loadLibs
to specify an alternative directory for
unzipping the ICU dat file Please take a look, we welcome feedback. Thanks!