Binaries

To save developers time and the hassle of building platform libraries, Zetetic now offers these binary distributions for sale:

  • SQLCipher ADO.NET Adapter for Windows
  • SQLCipher C/C++ DLL for Windows

Buy SQLCipher Now

Binary packages include everything required to integrate SQLCipher with an application. Purchased files and delivered immediately upon payment from the Zetetic Store.

Licensing Note: You must purchase one copy of SQLCipher Windows Binaries for each developer using this software.

Upgrade Policy: Purchases of SQLCipher Binary Packages are entitled to free upgrades, upon request, for 6 months following the initial purchase date.

SQLCipher for Android

Binaries of SQLCipher for Android are available for free here:

SQLCipher For Android 2.0.5.zip

Source Code

SQLCipher is open source software released under a BSD-style open source license.

SQLCipher can be used it in both open source and closed source commercial software, but you must include our license and copyright statements prominently in the application and documentation.

Using Git

The latest source code is available from the SQLCipher GitHub project. If you use git, get the code directly from the repository.

SQLCipher Core & iOS project

git clone https://github.com/sqlcipher/sqlcipher.git

The master branch should be considered "bleeding edge, so you may optionally checkout the SQLCipher version 2.0.5 "stable" branch to keep up to date on stable changes.

cd sqlcipher
git checkout v2.0.5

SQLCipher for Android

git clone https://github.com/sqlcipher/android-database-sqlcipher.git

Source Packages

The most recent stable source releases are also available for download here:

SQLCipher Core 2.0.5.zip