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

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
google avatar

google/end-to-endArchived

0
View on GitHub↗
4,123 stars·298 forks·JavaScript·Apache-2.0·26 views

End To End

This project is an OpenPGP cryptography library designed for encrypting, decrypting, and signing messages according to the OpenPGP standard for secure communication. It functions as an asymmetric encryption toolkit for securing data and managing digital identities through cryptographic operations.

The library provides a cryptographic key manager to create and handle the public and private key pairs required for identity operations. It includes a digital signature implementation to ensure message authenticity and data integrity.

The system covers a broad range of capabilities, including asymmetric key management, secure message exchange, and digital signature verification. It utilizes public key infrastructure workflows, symmetric session encryption, and cryptographic hash fingerprinting to protect communications.

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.

Star history

Star history chart for google/end-to-endStar history chart for google/end-to-end

How this analysis was created: This summary and feature list were written by an AI model that read the project's README and public documentation pages. Each feature links to the documentation it came from; stars, license and language come straight from the GitHub API. The model does not read the source code, and the analysis is refreshed when the project is re-analysed. Learn more on our About page.

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Start searching with AI

Open-source alternatives to End To End

Similar open-source projects, ranked by how many features they share with End To End.
  • guanzhi/gmsslguanzhi avatar

    guanzhi/GmSSL

    6,075View on 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
    View on GitHub↗6,075
  • travist/jsencrypttravist avatar

    travist/jsencrypt

    6,799View on 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
    View on GitHub↗6,799
  • keys-pub/keyskeys-pub avatar

    keys-pub/keys

    914View on 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
    View on GitHub↗914
  • crazyguitar/pysheeetcrazyguitar avatar

    crazyguitar/pysheeet

    8,150View on 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
    View on GitHub↗8,150
See all 30 alternatives to End To End→

Frequently asked questions

What does google/end-to-end do?

This project is an OpenPGP cryptography library designed for encrypting, decrypting, and signing messages according to the OpenPGP standard for secure communication. It functions as an asymmetric encryption toolkit for securing data and managing digital identities through cryptographic operations.

What are the main features of google/end-to-end?

The main features of google/end-to-end are: OpenPGP Implementations, Cryptographic Key Management, Asymmetric Encryption, Asymmetric Encryption Libraries, Asymmetric Key Generators, Asymmetric Key Management, Cryptographic Key Generation, Digital Message Signing.

What are some open-source alternatives to google/end-to-end?

Open-source alternatives to google/end-to-end include: 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…