# SQLCipherSpeed **Repository Path**: mirrors_sqlcipher/SQLCipherSpeed ## Basic Information - **Project Name**: SQLCipherSpeed - **Description**: Simple iPhone performance test application for SQLCipher - **Primary Language**: Unknown - **License**: BSD-3-Clause - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-18 - **Last Updated**: 2025-08-23 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # SQLCipherSpeed A project for testing the speed of [SQLCipher](http://github.com/sjlombardo/sqlcipher) on an iOS device, and measuring the impact of the encryption used compared to [SQLite](http://www.sqlite.org). ## 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](http://groups.google.com/group/sqlcipher). ### Legal This project is owned and maintained by [Zetetic](http://zetetic.net). It is provided under an MIT-style open-source license (see LICENSE.txt).