SQLCipher Changelog

What's new in SQLCipher 1.1.8

Oct 5, 2010
  • This release fixes a bug that could cause SQLCipher to report an error opening a valid database when a specific section of the encrypted header contained certain values.
  • It is strongly recommended that all users upgrade to the latest version.
  • The new SQLCipher version should be a drop-in replacement for previous releases.

New in SQLCipher 1.1.6 (Aug 30, 2010)

  • This version is based on the latest release of SQLite, 3.7.2, and thus contains many improvements and bug fixes, including experimental support for the new Write Ahead Log journal mode (WAL).