awesome-repositories.com
Blog
MCP
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
ProjetServeur MCPÀ proposNotre méthodologiePresse
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
google avatar

google/end-to-endArchived

0
View on GitHub↗

End To End

Ce projet est une bibliothèque de cryptographie OpenPGP conçue pour chiffrer, déchiffrer et signer des messages selon la norme OpenPGP pour une communication sécurisée. Il fonctionne comme une boîte à outils de chiffrement asymétrique pour sécuriser les données et gérer les identités numériques via des opérations cryptographiques.

La bibliothèque fournit un gestionnaire de clés cryptographiques pour créer et gérer les paires de clés publiques et privées requises pour les opérations d'identité. Elle inclut une implémentation de signature numérique pour garantir l'authenticité des messages et l'intégrité des données.

Le système couvre un large éventail de capacités, incluant la gestion des clés asymétriques, l'échange de messages sécurisés et la vérification de signature numérique. Il utilise des flux de travail d'infrastructure à clé publique (PKI), le chiffrement de session symétrique et l'empreinte de hachage cryptographique pour protéger les communications.

Recherche par IA

Explorez plus de dépôts awesome

Décrivez vos besoins en langage naturel — l'IA classe des milliers de projets open source sélectionnés par pertinence.

Start searching with AI

Features

  • OpenPGP Implementations - Provides a full software implementation of the OpenPGP standard for encryption, signing, and key management.
  • Cryptographic Key Management - Provides tools for generating, importing, exporting, and using cryptographic identity keys.
  • Asymmetric Encryption - Implements public key encryption to transform plaintext into ciphertext that only the corresponding private key can decrypt.
  • Asymmetric Encryption Libraries - Ships a library implementing public-key cryptography for encryption, decryption, and key management.
  • Asymmetric Key Generators - Provides utilities for generating public and private key pairs in standard formats for asymmetric encryption.
  • Asymmetric Key Management - Handles the creation, storage, and serialization of asymmetric keys like RSA and ECDSA.
  • Cryptographic Key Generation - Produces cryptographically strong public and private key pairs required for encryption and signing.
  • Digital Message Signing - Implements the process of producing cryptographic signatures to ensure message integrity and authenticity.
  • Digital Signature Libraries - Provides a library for generating and verifying cryptographic signatures to ensure data authenticity.
  • Digital Signature Verifications - Implements systems to verify the authenticity of data by checking cryptographic signatures against public keys.
  • Digital Signatures - Implements cryptographic methods to ensure the authenticity and integrity of messages through digital signatures.
  • Message Encryption - Provides application-level tools for encrypting and decrypting messages to ensure secure delivery between endpoints.
  • Secure Message Exchanges - Implements a workflow for sending and receiving private communications that only intended recipients can read.
  • Symmetric and Asymmetric Ciphers - Integrates both symmetric and asymmetric ciphers to protect data and secure key exchange.
  • Cryptographic Digests - Generates fixed-size cryptographic digests to ensure data integrity and detect unauthorized modifications.
  • Cryptographic Hash Verifiers - Implements tools to verify message integrity by mapping data to fixed-size cryptographic outputs.
  • Public Key Infrastructure - Manages the lifecycle of digital certificates and cryptographic keys for secure identity verification.
  • Symmetric Encryption - Provides symmetric encryption for bulk data while securing session keys with asymmetric primitives.
4,123 stars·298 forks·JavaScript·Apache-2.0·12 vues

Historique des stars

Graphique de l'historique des stars pour google/end-to-endGraphique de l'historique des stars pour google/end-to-end

Alternatives open source à End To End

Projets open source similaires, classés selon le nombre de fonctionnalités partagées avec End To End.
  • guanzhi/gmsslAvatar de guanzhi

    guanzhi/GmSSL

    6,075Voir sur GitHub↗

    GmSSL is an open-source cryptographic library that implements the Chinese national cryptographic standards SM2, SM3, SM4, SM9, and ZUC as a unified algorithm suite. It provides a comprehensive set of cryptographic primitives including symmetric and asymmetric encryption, digital signatures, hashing, and key exchange, all built around these national standards for government and enterprise security applications. The library distinguishes itself through several integration capabilities. It includes an OpenSSL compatibility layer that maps GmSSL functions to OpenSSL API calls, enabling drop-in re

    Ccryptoencryptionpairing
    Voir sur GitHub↗6,075
  • travist/jsencryptAvatar de travist

    travist/jsencrypt

    6,799Voir sur GitHub↗

    jsencrypt is a JavaScript library for performing RSA encryption, decryption, and key generation. It functions as an asymmetric key generator and digital signature provider that executes all cryptographic processing directly in the browser. The library focuses on the use of the PEM standard for importing, exporting, and managing cryptographic keys. It provides the ability to create public and private RSA key pairs of various bit sizes and supports OpenSSL compatible formats. Its capabilities cover the transformation of plaintext into ciphertext and the recovery of original messages using corr

    JavaScript
    Voir sur GitHub↗6,799
  • keys-pub/keysAvatar de keys-pub

    keys-pub/keys

    914Voir sur GitHub↗

    Keys is a library and command-line utility designed for the generation, storage, and lifecycle management of cryptographic keys. It provides tools to create asymmetric key pairs, perform digital signature verification, and implement authenticated encryption to ensure the confidentiality and integrity of sensitive data. The project distinguishes itself by offering a secure storage abstraction that decouples application logic from underlying key storage mechanisms. By utilizing standardized cryptographic protocols, it enables consistent identity verification and data protection across diverse c

    Gocryptographydecrypted25519
    Voir sur GitHub↗914
  • crazyguitar/pysheeetAvatar de crazyguitar

    crazyguitar/pysheeet

    8,150Voir sur GitHub↗

    pysheeet is a technical reference library providing a curated collection of code snippets and implementation patterns for advanced Python development, system integration, and high-performance computing. It serves as a comprehensive guide for implementing low-level network programming, native C extensions, and asynchronous and concurrent programming. The project provides specialized frameworks for the development and deployment of large language models, including tools for distributed GPU inference and high-performance serving. It also includes detailed patterns for high-performance computing

    Python
    Voir sur GitHub↗8,150
Voir les 30 alternatives à End To End→

Questions fréquentes

Que fait google/end-to-end ?

Ce projet est une bibliothèque de cryptographie OpenPGP conçue pour chiffrer, déchiffrer et signer des messages selon la norme OpenPGP pour une communication sécurisée. Il fonctionne comme une boîte à outils de chiffrement asymétrique pour sécuriser les données et gérer les identités numériques via des opérations cryptographiques.

Quelles sont les fonctionnalités principales de google/end-to-end ?

Les fonctionnalités principales de google/end-to-end sont : OpenPGP Implementations, Cryptographic Key Management, Asymmetric Encryption, Asymmetric Encryption Libraries, Asymmetric Key Generators, Asymmetric Key Management, Cryptographic Key Generation, Digital Message Signing.

Quelles sont les alternatives open-source à google/end-to-end ?

Les alternatives open-source à google/end-to-end incluent : guanzhi/gmssl — GmSSL is an open-source cryptographic library that implements the Chinese national cryptographic standards SM2, SM3,… keys-pub/keys — Keys is a library and command-line utility designed for the generation, storage, and lifecycle management of… travist/jsencrypt — jsencrypt is a JavaScript library for performing RSA encryption, decryption, and key generation. It functions as an… crazyguitar/pysheeet — pysheeet is a technical reference library providing a curated collection of code snippets and implementation patterns… phpseclib/phpseclib — phpseclib is a pure-PHP cryptographic library that provides a comprehensive suite of cryptographic operations entirely… chyingp/nodejs-learning-guide — This project is a learning guide and collection of study notes designed to teach Node.js backend development. It…