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

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektMCP-ServerÜber unsRanking-MethodikPresse
RechtlichesDatenschutzAGB
© 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·12 Aufrufe

End To End

Dieses Projekt ist eine OpenPGP-Kryptografiebibliothek zum Verschlüsseln, Entschlüsseln und Signieren von Nachrichten gemäß dem OpenPGP-Standard für sichere Kommunikation. Sie fungiert als asymmetrisches Verschlüsselungs-Toolkit zur Sicherung von Daten und zur Verwaltung digitaler Identitäten durch kryptografische Operationen.

Die Bibliothek bietet einen kryptografischen Key-Manager zum Erstellen und Verwalten der für Identitätsoperationen erforderlichen öffentlichen und privaten Schlüsselpaare. Sie enthält eine Implementierung digitaler Signaturen, um die Authentizität und Datenintegrität von Nachrichten sicherzustellen.

Das System deckt ein breites Spektrum an Funktionen ab, einschließlich asymmetrischem Key-Management, sicherem Nachrichtenaustausch und Überprüfung digitaler Signaturen. Es nutzt Public-Key-Infrastruktur-Workflows, symmetrische Session-Verschlüsselung und kryptografisches Hash-Fingerprinting zum Schutz der Kommunikation.

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-Verlauf

Star-Verlauf für google/end-to-endStar-Verlauf für google/end-to-end

KI-Suche

Entdecke weitere awesome Repositories

Beschreibe in einfachen Worten, was du brauchst — die KI bewertet tausende kuratierte Open-Source-Projekte nach Relevanz.

Start searching with AI

Open-Source-Alternativen zu End To End

Ähnliche Open-Source-Projekte, sortiert nach der Anzahl der gemeinsamen Funktionen mit End To End.
  • guanzhi/gmsslAvatar von guanzhi

    guanzhi/GmSSL

    6,075Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗6,075
  • travist/jsencryptAvatar von travist

    travist/jsencrypt

    6,799Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗6,799
  • keys-pub/keysAvatar von keys-pub

    keys-pub/keys

    914Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗914
  • crazyguitar/pysheeetAvatar von crazyguitar

    crazyguitar/pysheeet

    8,150Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗8,150
Alle 30 Alternativen zu End To End anzeigen→

Häufig gestellte Fragen

Was macht google/end-to-end?

Dieses Projekt ist eine OpenPGP-Kryptografiebibliothek zum Verschlüsseln, Entschlüsseln und Signieren von Nachrichten gemäß dem OpenPGP-Standard für sichere Kommunikation. Sie fungiert als asymmetrisches Verschlüsselungs-Toolkit zur Sicherung von Daten und zur Verwaltung digitaler Identitäten durch kryptografische Operationen.

Was sind die Hauptfunktionen von google/end-to-end?

Die Hauptfunktionen von google/end-to-end sind: OpenPGP Implementations, Cryptographic Key Management, Asymmetric Encryption, Asymmetric Encryption Libraries, Asymmetric Key Generators, Asymmetric Key Management, Cryptographic Key Generation, Digital Message Signing.

Welche Open-Source-Alternativen gibt es zu google/end-to-end?

Open-Source-Alternativen zu google/end-to-end sind unter anderem: 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…