Skip to content

Latest commit

 

History

History
24 lines (13 loc) · 971 Bytes

README.markdown

File metadata and controls

24 lines (13 loc) · 971 Bytes

SQLCipherSpeed

A project for testing the speed of SQLCipher on an iOS device, and measuring the impact of the encryption used compared to SQLite.

iOS 7 & Xcode 5

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.

Prerequisites for Building

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

Need help? Want to help?

Pull requests are encouraged, feature requests are up to you! Feel free to say, "hello", on the SQLCipher discussion list.

Legal

This project is owned and maintained by Zetetic. It is provided under an MIT-style open-source license (see LICENSE.txt).