1 个仓库
Persistence mechanisms that combine data storage with security guarantees like memory locking and integrity checks.
Distinct from Data Persistence: Distinct from general Data Persistence: adds cryptographic integrity and memory leak prevention to the storage process.
Explore 1 awesome GitHub repository matching data & databases · Secure. 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
Ensures sensitive information is stored securely using cryptographic verification and memory locking to prevent leaks.