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

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

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

2 مستودعات

Awesome GitHub RepositoriesEncryption Detection

Identifying regions of encrypted data within a file through statistical analysis.

Distinct from Data Encryption: Candidates focus on implementing encryption (hashing, signing, envelope), not detecting the presence of encryption.

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

Awesome Encryption Detection GitHub Repositories

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

    devttys0/binwalk

    14,048عرض على GitHub↗

    Binwalk is a firmware analysis tool and binary data carver used to identify and extract embedded files and data segments from binary images. It functions as an embedded file extractor and data entropy analyzer to retrieve fragments from binary blobs when original file system structures are missing. The tool employs signature-based pattern matching and linear byte-stream scanning to detect known byte sequences and isolate hidden files. It uses sliding-window entropy analysis to locate regions of a file that are compressed or encrypted. The system supports recursive file carving, utilizing heu

    Analyzes data entropy in binary files to locate regions that are compressed or encrypted.

    Rust
    عرض على GitHub↗14,048
  • hotcakex/harden-windows-securityالصورة الرمزية لـ HotCakeX

    HotCakeX/Harden-Windows-Security

    4,139عرض على GitHub↗

    Harden-Windows-Security is a security hardening tool and framework designed to reduce the attack surface of the Windows operating system through policy enforcement. It provides a collection of security presets and templates to implement official hardening standards across multiple devices. The project distinguishes itself through a comprehensive execution control system, featuring a manager for Windows Application Control and a kernel protection suite. It implements strict trust models, including kernel-mode driver whitelisting, signed policy implementation on the EFI partition, and code inte

    The product detects and prevents attempts to replace local files with encrypted versions from another device.

    C#1st-party-securityapplicationcontrolaudit
    عرض على GitHub↗4,139
  1. Home
  2. Security & Cryptography
  3. Encryption Detection

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

  • Remote Encryption BlockingPrevention of local files being replaced by encrypted versions originating from remote devices. **Distinct from Encryption Detection:** Moves beyond merely detecting encryption to actively blocking file replacement attacks based on encryption status