1 个仓库
Versions of SQLite that provide transparent encryption for the entire database file.
Distinct from SQLite Databases: Specializes SQLite Databases by adding transparent AES-256 encryption as a core architectural feature.
Explore 1 awesome GitHub repository matching data & databases · Encrypted Implementations. 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
Provides an encrypted extension of the SQLite engine with transparent 256-bit AES encryption.