2 Repos
Mechanisms for handling transmission failures and re-encryption requests in secure messaging.
Distinguishing note: Focuses on the recovery logic for failed decryptions rather than the primary encryption flow.
Explore 2 awesome GitHub repositories matching security & cryptography · Error Recovery Protocols. Refine with filters or upvote what's useful.
Signal-Android is an end-to-end encrypted messaging platform designed to ensure that only the sender and recipient can access communication content. The project provides a comprehensive framework for secure, asynchronous message initiation and key agreement, allowing users to establish private channels without requiring simultaneous online presence. It relies on a state machine architecture to manage communication epochs and authentication, ensuring consistent security transitions throughout the messaging lifecycle. The platform distinguishes itself through a hybrid cryptographic approach tha
Process requests for message re-encryption by storing records and managing state changes when a recipient cannot decrypt an initial transmission.
Signal-Desktop is a cross-platform messaging application that provides end-to-end encrypted communication. It implements the Signal Protocol to secure messages and voice calls, ensuring that only intended recipients can access content. The application manages asynchronous key exchange and session initialization to maintain secure communication channels between parties who are not online simultaneously. The project distinguishes itself through advanced cryptographic protections, including hybrid post-quantum security that combines classical elliptic curve cryptography with lattice-based algori
Handles decryption failures by requesting message re-transmission to ensure reliable delivery despite synchronization errors.