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

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

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

2 مستودعات

Awesome GitHub RepositoriesIdentity-Embedded Protocols

Protocols that embed cryptographic identities directly into the application logic for end-to-end encryption.

Distinct from End-to-End Encryption Protocols: Focuses on embedding identity within the protocol/code rather than general E2EE implementation

Explore 2 awesome GitHub repositories matching security & cryptography · Identity-Embedded Protocols. Refine with filters or upvote what's useful.

Awesome Identity-Embedded Protocols GitHub Repositories

اعثر على أفضل المستودعات باستخدام الذكاء الاصطناعي.سنبحث عن أفضل المستودعات المطابقة باستخدام الذكاء الاصطناعي.
  • signalapp/signal-serverالصورة الرمزية لـ signalapp

    signalapp/Signal-Server

    10,600عرض على GitHub↗

    Signal-Server هو خلفية تواصل موزعة وخادم مراسلة مشفر من طرف إلى طرف. يعمل كترحيل رسائل آمن ينفذ بروتوكول Signal لإدارة مفاتيح الهوية وحالات الجلسة للاتصالات الخاصة. يعمل النظام كخلفية مراسلة عبر المنصات تنسق تسليم وتبادل الرسائل المشفرة بين العملاء. وهو مصمم لتوجيه البيانات الخاصة بين المستخدمين مع ضمان عدم قدرة الخادم على الوصول إلى محتوى المحادثة. توفر البنية التحتية قدرات تواصل آمنة من خلال نموذج تسليم قائم على الترحيل وطوابير رسائل غير متزامنة. ويدير مصادقة الجهاز وينسق توجيه الحمولات المشفرة عبر أنظمة تشغيل مختلفة.

    A server-side realization of the Signal Protocol for managing identity keys and session state for secure messaging.

    Java
    عرض على GitHub↗10,600
  • openziti/zitiالصورة الرمزية لـ openziti

    openziti/ziti

    3,883عرض على GitHub↗

    Ziti is a zero-trust network overlay and identity-based mesh network. It provides a software-defined perimeter that replaces traditional IP-based routing and VPNs by mapping network services to cryptographically verified identities, effectively cloaking applications from the public internet. The project distinguishes itself through an outbound-only connection model that eliminates open listening ports and a Zero Trust SDK that allows developers to embed encryption and identity-based access control directly into application source code. It also provides transparent tunneling proxies to extend

    Embeds cryptographic identities directly into application code to achieve process-to-process end-to-end encryption.

    Goappsecgolangmesh
    عرض على GitHub↗3,883
  1. Home
  2. Security & Cryptography
  3. End-to-End Encryption Protocols
  4. Identity-Embedded Protocols

استكشف الوسوم الفرعية

  • Session State ManagementHandling the persistence and synchronization of cryptographic session keys and identity states across multiple devices. **Distinct from Identity-Embedded Protocols:** Focuses specifically on the management of session state and identity keys rather than the general embedding of identity in the protocol logic