awesome-repositories.comBlog
© 2026 Bringes Technology SRL·VAT RO45896025·hello@bringes.io
MCPBlogSitemapPrivacyTerms
End-to-End Encryption Protocols · Awesome GitHub Repositories

2 repos

Awesome GitHub RepositoriesEnd-to-End Encryption Protocols

Implementations of cryptographic standards for securing communication channels with key exchange and forward secrecy.

Distinguishing note: Focuses on the implementation of E2EE communication layers rather than general-purpose encryption libraries.

Explore 2 awesome GitHub repositories matching security & cryptography · End-to-End Encryption Protocols. Refine with filters or upvote what's useful.

  1. Home
  2. Security & Cryptography
  3. End-to-End Encryption Protocols

Awesome End-to-End Encryption Protocols GitHub Repositories

Describe the repository you're looking for…
Find the best repos with AI.We'll search the best matching repositories with AI.
  • telegramdesktop/tdesktop

    telegramdesktop/tdesktop

    29,898View on GitHub↗

    This project is a cross-platform messaging client that implements a secure, real-time communication protocol. It provides a comprehensive development toolkit, including a database library and messaging SDK, which allows for the creation of custom messaging applications that maintain synchronized state across multiple devices. The core architecture relies on an asynchronous event-driven model to ensure responsive performance while managing persistent local database synchronization with server-side state. The client distinguishes itself through a robust end-to-end encryption layer that supports

    Implements robust encryption and authentication flows to protect user privacy and sensitive data during transmission.

    C++messengermulti-platformtelegram
    29,898View on GitHub↗
  • permissionlesstech/bitchat

    permissionlesstech/bitchat

    25,167View on GitHub↗

    Bitchat is a decentralized messaging protocol designed for secure, private communication across both local and wide-area networks. It functions as an encrypted offline messenger that enables direct data exchange between devices without requiring centralized servers or persistent internet connectivity. By utilizing end-to-end encryption, the platform ensures that message content remains confidential and protected from unauthorized access throughout the entire transport process. The project distinguishes itself through a hybrid connectivity layer that dynamically routes messages between short-r

    Secures data at the source and ensures decryption only by the intended recipient.

    Swift
    25,167View on GitHub↗