awesome-repositories.com
Blog
awesome-repositories.com

Descoperă cele mai bune repository-uri open source cu căutare AI.

ExploreazăCăutări recomandateAlternative open-sourceSoftware self-hostedBlogHartă site
ProiectDespreCum realizăm clasamentulPresăServer MCP
LegalConfidențialitateTermeni
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

2 repository-uri

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

Găsește cele mai bune repo-uri cu AI.Vom căuta cele mai potrivite repository-uri folosind AI.
  • devttys0/binwalkAvatar devttys0

    devttys0/binwalk

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

    HotCakeX/Harden-Windows-Security

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

Explorează sub-etichetele

  • 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