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
·

2 dépôts

Awesome GitHub RepositoriesError Recovery Protocols

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.

Awesome Error Recovery Protocols 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.
  • signalapp/signal-androidAvatar de signalapp

    signalapp/Signal-Android

    28,964Voir sur GitHub↗

    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.

    Kotlin
    Voir sur GitHub↗28,964
  • signalapp/signal-desktopAvatar de signalapp

    signalapp/Signal-Desktop

    16,376Voir sur GitHub↗

    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.

    TypeScript
    Voir sur GitHub↗16,376
  1. Home
  2. Security & Cryptography
  3. Error Recovery Protocols