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

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

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

2 مستودعات

Awesome GitHub RepositoriesPure-Python Cryptographic Fallbacks

Switches to internal cryptographic implementations when native libraries are unavailable, at reduced performance.

Distinct from Python Security Libraries: Distinct from Python Security Libraries: focuses on the fallback mechanism to pure-Python crypto when native libraries are absent, not general security libraries.

Explore 2 awesome GitHub repositories matching security & cryptography · Pure-Python Cryptographic Fallbacks. Refine with filters or upvote what's useful.

Awesome Pure-Python Cryptographic Fallbacks GitHub Repositories

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

    markqvist/Reticulum

    4,438عرض على GitHub↗

    Reticulum is a decentralized networking stack that enables encrypted, peer-to-peer communication over diverse physical mediums without relying on central infrastructure or IP protocols. It uses self-sovereign cryptographic identities for routing and authentication, replacing traditional IP addresses with collision-free globally unique addresses that require no central coordination. Every packet is encrypted by default using ephemeral key exchanges with forward secrecy, and unencrypted traffic is dropped as invalid. The stack unifies heterogeneous transport mediums—including LoRa radio, packet

    Switches to internal cryptographic implementations when OpenSSL is unavailable, at reduced performance and security.

    Pythonlorameshmesh-networks
    عرض على GitHub↗4,438
  • quipnetwork/hashsigs-pyالصورة الرمزية لـ QuipNetwork

    QuipNetwork/hashsigs-py

    2,941عرض على GitHub↗

    hashsigs-py is a hash-based signature library for Python used to generate and verify one-time digital signatures. It employs hash chains and seed-based key derivation to authenticate data and ensure message integrity. The library includes a high-performance compiled cryptography backend to accelerate signature computation and processing. For compatibility, it maintains a pure Python fallback implementation to ensure functionality when the compiled backend is unavailable. The project provides tools for digital key pair management, allowing for the deterministic generation of public and privat

    Maintains a pure Python implementation of signing logic to ensure functionality when the compiled backend is unavailable.

    Python
    عرض على GitHub↗2,941
  1. Home
  2. Security & Cryptography
  3. Python Security Libraries
  4. Pure-Python Cryptographic Fallbacks