awesome-repositories.com
Blog
awesome-repositories.com

Descubre los mejores repositorios open-source con nuestra búsqueda potenciada por IA.

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoAcerca deCómo clasificamosPrensaServidor MCP
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

2 repositorios

Awesome GitHub RepositoriesPassphrase-Based Database Access

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.

Awesome Passphrase-Based Database Access GitHub Repositories

Encuentra los mejores repositorios con IA.Buscaremos los repositorios que mejor coincidan usando IA.
  • sqlcipher/sqlcipherAvatar de sqlcipher

    sqlcipher/sqlcipher

    7,173Ver en GitHub↗

    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.

    C
    Ver en GitHub↗7,173
  • mollyim/mollyim-androidAvatar de mollyim

    mollyim/mollyim-android

    3,079Ver en GitHub↗

    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.

    Kotlin
    Ver en GitHub↗3,079
  1. Home
  2. Security & Cryptography
  3. Passphrase-Based Database Access