Improvements to SQLCipher - cross platform SQLite Encryption
Sunday, December 27, 2009 at 7:00PM We’ve been really busy over the past week finishing up some big enhancements to SQLCipher, the open-source full-database SQLite encryption extension that powers Strip, our Data Vault for the iPhone.
The latest version SQLCipher 1.1.1, is based on the most recent release of SQLite (3.6.21), which has a many improvements and bug fixes. In addition the new SQLCipher features include:
- Code clean up to allow compilation with VS.NET on windows.
- Enhancements to the codebase to allow encrypted databases to be attached to unencrypted database for the purpose data migration
- Resolution of a minor memory leak in the pager subsystem
- Documentation and test enhancements
The newest build makes SQLCipher truly cross-platform – it’s now been used successfully under Mac OS X, iPhone, Linux, and Windows (across MinGW, Cygwin, and native VS.NET). The new version is a drop in replacement for previous releases, so we’re recommending that all SQLCipher users upgrade to the latest.
Check out SQLCipher on GitHub.

Reader Comments