SQLCipher 4.18.0 Release

2026-08-18 08:00:00 -0400

We’re pleased to announce the immediate availability of SQLCipher 4.18.0. This is intended primarily as a maintenance release focused on dependency updates, cleanup, and bug fixes, along with a few minor improvements. However, it also includes a significant update to SQLCipher for Android which adds support for Room 3.

SQLCipher Changes

  • Updates the upstream SQLite baseline to the latest patch release 3.53.4
  • Avoids allocating memory on Windows during log writes which could cause a crash on Windows under non-default log settings with PRAGMA cipher_memory_security = ON
  • Fixes “relocation truncated to fit” error for optimized GCC builds
  • Adds comments clarifying intent of crypto_openssl.c
  • Other miscellaneous fixes and general improvements

SQLCipher for Android and Room 3 Support

SQLCipher for Android adds support for Room 3 in addition to earlier versions of Room. Alongside that improvement, the compileSdk version is now 37.

Cryptographic Provider Matrix

The table below summarizes the cryptographic providers used across SQLCipher packages and platforms:

Edition Platform Cryptographic Provider
Community (non-FIPS) Android based on LibTomCrypt 1.18.2
Community (non-FIPS) Apple Common Crypto (version varies by OS)
Commercial & Enterprise (non-FIPS) Apple Common Crypto (version varies by OS)
Commercial & Enterprise (non-FIPS) Other Platforms OpenSSL 3.5.7 LTS
Enterprise FIPS All Platforms SQLCipher Cryptographic Module
Based on OpenSSL 3.5.7 LTS

Upgrading and Availability

SQLCipher 4.18.0 is available for download now, and we recommend upgrading to incorporate these improvements. As always, test your applications thoroughly with the new version before deploying to production.

Commercial and Enterprise - On-demand access to new releases of SQLCipher packages are available to all licensees with an active subscription from the Customer Downloads fulfillment site. Subscribers will also receive a separate email notification regarding the update and can contact us at any time for private support directly from the SQLCipher development team. Commercial and Enterprise edition upgrades require a new license code from the SQLCipher fulfillment site for each version. Don’t forget to change the license code in your application(s) when you upgrade.

Community Edition - SQLCipher Community Edition source code is available on GitHub, via AAR packaging for Android, and Swift Package Manager for Apple platforms.

For feedback and questions, please visit our Community Forum or private support channels. Thank you for using SQLCipher!