awesome-repositories.com
المدونة
MCP
awesome-repositories.com

اكتشف أفضل مستودعات المصادر المفتوحة باستخدام بحث مدعوم بالذكاء الاصطناعي.

استكشفعمليات بحث منسقةبدائل مفتوحة المصدربرمجيات ذاتية الاستضافةالمدونةخريطة الموقع
المشروعخادم MCPحولكيفية ترتيب النتائجالصحافة
قانونيالخصوصيةالشروط
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
google avatar

google/end-to-endArchived

0
View on GitHub↗
4,123 نجوم·298 تفرعات·JavaScript·Apache-2.0·12 مشاهدات

End To End

هذا المشروع عبارة عن مكتبة تشفير OpenPGP مصممة لتشفير وفك تشفير وتوقيع الرسائل وفقاً لمعيار OpenPGP للاتصالات الآمنة. تعمل كمجموعة أدوات تشفير غير متماثلة لتأمين البيانات وإدارة الهويات الرقمية من خلال عمليات التشفير.

توفر المكتبة مديراً لمفاتيح التشفير لإنشاء ومعالجة أزواج المفاتيح العامة والخاصة المطلوبة لعمليات الهوية. تتضمن تنفيذاً للتوقيع الرقمي لضمان صحة الرسالة وسلامة البيانات.

يغطي النظام مجموعة واسعة من القدرات، بما في ذلك إدارة المفاتيح غير المتماثلة، وتبادل الرسائل الآمن، والتحقق من التوقيع الرقمي. يستخدم سير عمل البنية التحتية للمفاتيح العامة (PKI)، وتشفير الجلسة المتماثل، وبصمات التجزئة التشفيرية لحماية الاتصالات.

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.

سجل النجوم

مخطط تاريخ النجوم لـ google/end-to-endمخطط تاريخ النجوم لـ google/end-to-end

بحث بالذكاء الاصطناعي

استكشف المزيد من المستودعات الرائعة

صف ما تحتاجه بلغة بسيطة — وسيقوم الذكاء الاصطناعي بترتيب آلاف المشاريع مفتوحة المصدر المنسقة حسب الصلة.

Start searching with AI

بدائل مفتوحة المصدر لـ End To End

مشاريع مفتوحة المصدر مشابهة، مرتبة حسب عدد الميزات المشتركة مع End To End.
  • guanzhi/gmsslالصورة الرمزية لـ guanzhi

    guanzhi/GmSSL

    6,075عرض على 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
    عرض على GitHub↗6,075
  • travist/jsencryptالصورة الرمزية لـ travist

    travist/jsencrypt

    6,799عرض على 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
    عرض على GitHub↗6,799
  • keys-pub/keysالصورة الرمزية لـ keys-pub

    keys-pub/keys

    914عرض على 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
    عرض على GitHub↗914
  • crazyguitar/pysheeetالصورة الرمزية لـ crazyguitar

    crazyguitar/pysheeet

    8,150عرض على 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
    عرض على GitHub↗8,150
عرض جميع البدائل الـ 30 لـ End To End→

الأسئلة الشائعة

ما هي وظيفة google/end-to-end؟

هذا المشروع عبارة عن مكتبة تشفير OpenPGP مصممة لتشفير وفك تشفير وتوقيع الرسائل وفقاً لمعيار OpenPGP للاتصالات الآمنة. تعمل كمجموعة أدوات تشفير غير متماثلة لتأمين البيانات وإدارة الهويات الرقمية من خلال عمليات التشفير.

ما هي الميزات الرئيسية لـ google/end-to-end؟

الميزات الرئيسية لـ google/end-to-end هي: OpenPGP Implementations, Cryptographic Key Management, Asymmetric Encryption, Asymmetric Encryption Libraries, Asymmetric Key Generators, Asymmetric Key Management, Cryptographic Key Generation, Digital Message Signing.

ما هي البدائل مفتوحة المصدر لـ google/end-to-end؟

تشمل البدائل مفتوحة المصدر لـ google/end-to-end: 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…