We are pleased to announce that SQLCipher 4.6.1 is now available.
Continuing with the recent improvements to SQLCipher’s logging subsystem, the new PRAGMA cipher_log_source
can be used to filter log output on higher verbosity levels by specifying a log source of CORE
, MEMORY
, MUTEX
, or PROVIDER
. Applications can now tune exactly which types of messages should be logged, most useful in the context of TRACE and DEBUG level logging where the volume of log messages is very high.
In addition to the logging changes, there are a very large number of additional improvements, fixes, and updates in this release.
crypto.h
, crypto.c
, and crypto_impl.c
into a single sqlcipher.c
source file for simplicity.PRAGMA cipher_log_source
for filtering log output on higher verbosity levelsPRAGMA cipher_migrate
xcodebuild -exportArchive
(contact support for details)Commercial and Enterprise - On-demand access to new releases of SQLCipher packages are available to all licensees with an active support subscription from the Customer Downloads fulfillment site. Licensees 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.
Community Edition - SQLCipher Community Edition source code is available on GitHub, via AAR packaging for Android, and CocoaPods for iOS.