awesome-repositories.com
Blog
awesome-repositories.com

Découvrez les meilleurs dépôts open-source grâce à notre recherche par IA.

ExplorerRecherches sélectionnéesAlternatives open sourceLogiciels auto-hébergésBlogPlan du site
ProjetÀ proposNotre méthodologiePresseServeur MCP
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

4 dépôts

Awesome GitHub RepositoriesSQLCipher-Based Encryptions

Database-level encryption using SQLCipher with AES-256 to protect credential data at rest.

Distinct from Credential Encryption: Distinct from Credential Encryption: specifies the use of SQLCipher for database-level encryption rather than general credential encryption mechanisms.

Explore 4 awesome GitHub repositories matching security & cryptography · SQLCipher-Based Encryptions. Refine with filters or upvote what's useful.

Awesome SQLCipher-Based Encryptions GitHub Repositories

Trouvez les meilleurs dépôts grâce à l'IA.Nous recherchons les dépôts les plus pertinents grâce à l'IA.
  • wildfirechat/im-serverAvatar de wildfirechat

    wildfirechat/im-server

    8,507Voir sur GitHub↗

    WildfireChat’s im-server is an open-source instant messaging backend that handles message routing, user management, and group chat for private deployments. It provides a self-hosted messaging platform that can run on private infrastructure without third-party cloud dependencies, supporting enterprise messaging with group management, user directories, and external system integration. The server synchronizes messages and state across mobile, desktop, web, and mini-program clients simultaneously, and supports real-time audio/video calls with group conferencing and live streaming. It includes enc

    Encrypts network traffic with AES and protects local databases with SqlCipher to secure all communication.

    Javaimvoip
    Voir sur GitHub↗8,507
  • tryghost/node-sqlite3Avatar de TryGhost

    TryGhost/node-sqlite3

    6,417Voir sur GitHub↗

    node-sqlite3 is a relational database client and a set of native bindings that allow Node.js applications to interact with SQLite databases. It functions as a C++ native addon, linking JavaScript to the SQLite C library to manage data stored in local files or in-memory stores. The project includes optional support for SQLCipher, enabling page-level encryption to secure local database files. The driver covers a wide range of database management capabilities, including executing SQL queries with parameter binding, managing connections to database files, and preparing statements for repeated ex

    Integrates with SQLCipher to provide transparent page-level encryption for local database files.

    PLpgSQL
    Voir sur GitHub↗6,417
  • philippc/keepass2androidAvatar de PhilippC

    PhilippC/keepass2android

    5,825Voir sur GitHub↗

    KeePass2Android is an Android password manager that stores all credentials in a standard KeePass .kdbx file, ensuring cross-platform compatibility and direct file access. The vault is encrypted using AES-256 via SQLCipher, keeping credential data protected at rest, and can be unlocked through biometric authentication or a partial-password verification method that reduces friction after the initial full password entry. The app provides multiple ways to inject credentials into other applications without exposing them to the system clipboard. It integrates with Android's Accessibility Service or

    Encrypts the entire database using AES-256 via SQLCipher, ensuring all credential data is protected at rest.

    C#androidkeepasskeepass2
    Voir sur GitHub↗5,825
  • wemobiledev/articleAvatar de WeMobileDev

    WeMobileDev/article

    4,395Voir sur GitHub↗

    This repository is a collection of technical knowledge and solutions focused on mobile application development, particularly for Android and iOS platforms. It covers a wide range of practical engineering challenges, including hotfix and patching techniques, database management and repair, network communication, logging, and video processing. The content is presented as shared knowledge, documenting real-world problems and their implementations. The project provides detailed guidance on applying hotfixes to running Android applications through multiple methods, such as class replacement, full

    Protects entire database files with SQLCipher using password-based AES-256 encryption for secure storage.

    Voir sur GitHub↗4,395
  1. Home
  2. Security & Cryptography
  3. End-to-End Encryption
  4. Credential Encryption
  5. SQLCipher-Based Encryptions

Explorer les sous-tags

  • Encrypted Connection AuthenticationsEncrypts network traffic with AES and protects local databases with SqlCipher to secure all communication. **Distinct from SQLCipher-Based Encryptions:** Distinct from SQLCipher-Based Encryptions: covers both network encryption (AES) and database encryption (SqlCipher), not just database-level protection.