sqlcipher
« Back to VersTracker
Description:
SQLite extension providing 256-bit AES encryption
Type: Formula  |  Tracked Since: Dec 28, 2025
Links: Homepage  |  @zetetic  |  formulae.brew.sh
Category: Security
Tags: encryption database security sqlite crypto
Install: brew install sqlcipher
About:
SQLCipher is an open-source extension to SQLite that provides transparent 256-bit AES full database encryption. It allows developers to secure sensitive data at rest without significant application code changes. The tool is widely used for protecting data on mobile devices and desktop applications.
Key Features:
  • Transparent 256-bit AES encryption
  • Zero-cost random IVs for enhanced security
  • On-the-fly keying and key management
  • Full SQLite API compatibility
Use Cases:
  • Securing sensitive user data in mobile applications
  • Protecting local caches of confidential information
  • Encrypted data storage for desktop software
Alternatives:
  • SQLite Encryption Extension (SEE) – Proprietary commercial extension by SQLite developers
  • libsqlcipher – Community-maintained fork often used in Linux distributions
Version History
Detected Version Rev Change Commit
Sep 15, 2025 12:17pm 0 VERSION_BUMP 96901a27