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

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

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

3 مستودعات

Awesome GitHub RepositoriesPython Security Libraries

Python-based libraries providing programmatic interfaces for security-focused tasks like reconnaissance.

Distinct from Security Libraries: Distinct from general Python libraries or encryption-focused security libraries.

Explore 3 awesome GitHub repositories matching security & cryptography · Python Security Libraries. Refine with filters or upvote what's useful.

Awesome Python Security Libraries GitHub Repositories

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

    aboul3la/Sublist3r

    10,957عرض على GitHub↗

    Sublist3r is a subdomain enumeration tool and passive reconnaissance framework designed to discover subdomains by querying search engines and public intelligence sources. It functions as a security tool for identifying the digital footprint of a target domain. The project provides both passive enumeration through multi-source API aggregation and active discovery via a DNS brute force tool. It includes a TCP port scanner to identify active services and open ports on discovered subdomains, facilitating attack surface mapping. The tool can be used as a standalone utility or as a Python security

    Provides a programmatic interface for integrating subdomain discovery and enumeration into custom security scripts.

    Python
    عرض على GitHub↗10,957
  • 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

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

  • Pure-Python Cryptographic FallbacksSwitches 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.