awesome-repositories.com
Blog
awesome-repositories.com

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektÜber unsRanking-MethodikPresseMCP-Server
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

2 Repos

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

Finde die besten Repos mit KI.Wir suchen mit KI nach den am besten passenden Repositories.
  • devttys0/binwalkAvatar von devttys0

    devttys0/binwalk

    14,048Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗14,048
  • hotcakex/harden-windows-securityAvatar von HotCakeX

    HotCakeX/Harden-Windows-Security

    4,139Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗4,139
  1. Home
  2. Security & Cryptography
  3. Encryption Detection

Unter-Tags erkunden

  • 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