2 repositorios
Mechanisms that require a secret passphrase or binary key to unlock an encrypted database.
Distinct from Secure Database Access: The candidates focused on proxy gateways or administrative roles; this is about the cryptographic unlocking of the file itself.
Explore 2 awesome GitHub repositories matching security & cryptography · Passphrase-Based Database Access. 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
Requires a passphrase or binary key through key derivation to unlock and access encrypted database content.
Molly is a privacy-focused Android messenger and a client for the Matrix open standard. It functions as a decentralized, end-to-end encrypted communication tool that allows users to interact across federated networks without a central authority. The application implements several security-centric features, including binary integrity verification to ensure the authenticity of the installed build and RAM-overwrite memory sanitization to prevent sensitive data leakage. It provides local database encryption secured by user-defined passphrases and supports routing network traffic through proxies o
Secures the local message store and preferences using a key derived from a user passphrase.