awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索Open-source alternativesSelf-hosted software博客网站地图
项目关于How we rank媒体报道MCP 服务器
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
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

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • aboul3la/sublist3raboul3la 的头像

    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/reticulummarkqvist 的头像

    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-pyQuipNetwork 的头像

    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.