2 Repos
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.
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.
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.