1 Repo
Modified versions of existing database storage engines to add specialized low-level functionality.
Distinct from SQLite Storage Adapters: Distinct from Storage Adapters: focuses on modifying the core B-tree/pager logic rather than just providing a persistence layer.
Explore 1 awesome GitHub repository matching data & databases · Storage Engine Forks. Refine with filters or upvote what's useful.
SQLCipher is an encrypted SQLite database engine and secure relational database that provides transparent AES-256 encryption for database files and stored data. It functions as a cryptographic storage engine that requires a passphrase or binary key to unlock and access content. The engine ensures data confidentiality through page-level encryption and protects data integrity using cryptographic hashes to detect unauthorized modifications. It includes capabilities for encryption key rotation to update passphrases and secure memory locking to prevent sensitive keys from being swapped from RAM to
Extends the standard SQLite B-tree and pager logic to integrate transparent encryption directly into the storage layer.