A project for testing the speed of SQLCipher on an iOS device, and measuring the impact of the encryption used compared to SQLite.
SQLCipherSpeed sets iOS 7 as the minimum deployment target. It is intended for us with Xcode 5, compatibility with earlier versions will not be maintained.
Before you build this project, you'll need to load up the submodules used, e.g.:
$ git clone git://github.com/billymeltdown/SQLCipherSpeed.git
$ cd SQLCipherSpeed
$ make init
Pull requests are encouraged, feature requests are up to you! Feel free to say, "hello", on the SQLCipher discussion list.
This project is owned and maintained by Zetetic. It is provided under an MIT-style open-source license (see LICENSE.txt).