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.
PRAGMA cipher_memory_security = ONcrypto_openssl.cSQLCipher for Android adds support for Room 3 in addition to earlier versions of Room. Alongside that improvement, the compileSdk version is now 37.
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 |
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!