2 repos
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.
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.
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.