awesome-repositories.com
Blog
MCP
awesome-repositories.com

Descubre los mejores repositorios open-source con nuestra búsqueda potenciada por IA.

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoServidor MCPAcerca deCómo clasificamosPrensa
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

2 repositorios

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

Encuentra los mejores repositorios con IA.Buscaremos los repositorios que mejor coincidan usando IA.
  • signalapp/signal-androidAvatar de signalapp

    signalapp/Signal-Android

    28,964Ver en 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
    Ver en GitHub↗28,964
  • signalapp/signal-desktopAvatar de signalapp

    signalapp/Signal-Desktop

    16,376Ver en 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
    Ver en GitHub↗16,376
  1. Home
  2. Security & Cryptography
  3. Error Recovery Protocols