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

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

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

2 مستودعات

Awesome GitHub RepositoriesCryptographic Algorithm Discovery

Systems for querying and resolving security primitives based on metadata and capability requirements.

Distinguishing note: Focuses on the lookup mechanism for algorithms rather than the implementation of the algorithms themselves.

Explore 2 awesome GitHub repositories matching security & cryptography · Cryptographic Algorithm Discovery. Refine with filters or upvote what's useful.

Awesome Cryptographic Algorithm Discovery GitHub Repositories

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

    openssl/openssl

    29,596عرض على GitHub↗

    This project is a comprehensive cryptographic toolkit that provides a collection of standard security algorithms and protocols for implementing data encryption and network communication. It serves as a foundational library for securing software applications through a wide range of cryptographic functions. The architecture is defined by a modular provider system that allows for the dynamic loading of external cryptographic implementations without requiring modifications to the core application binary. It supports metadata-driven algorithm querying, which resolves security primitives by matchin

    Provides a metadata-driven lookup system to resolve cryptographic primitives based on security property requirements.

    Ccryptographydecryptionencryption
    عرض على GitHub↗29,596
  • yara-rules/rulesالصورة الرمزية لـ Yara-Rules

    Yara-Rules/rules

    4,712عرض على GitHub↗

    This project is a community-curated repository of YARA rules used to detect malware, webshells, and other malicious patterns in files. It serves as a dataset of signatures for identifying known malware families, software packers, and threat intelligence indicators. The collection provides specialized detection capabilities for identifying exploit kits and anti-analysis evasion techniques, such as anti-debugging and anti-virtualization methods. It also includes signatures for cryptographic algorithm detection and the identification of unauthorized remote administration tools on servers. The r

    Scans binaries and files for the presence of specific cryptographic algorithms used to secure or hide data.

    YARA
    عرض على GitHub↗4,712
  1. Home
  2. Security & Cryptography
  3. Cryptographic Algorithm Discovery

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

  • Signature-Based DiscoveryUsing known byte patterns to discover the presence of specific cryptographic primitives in a file. **Distinct from Cryptographic Algorithm Discovery:** Focuses on static signature matching for discovery rather than querying a metadata-based discovery system.