file_entropy_visual
Detect hidden data by visualizing file entropy as a text-based bar chart, highlighting high-entropy regions for steganography analysis.
Instructions
ASCII entropy visualization of a file. Renders a text-based bar chart showing entropy levels across the file, making it easy to visually spot high-entropy regions that may contain hidden data, encryption, or compression.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| width | No | Chart width in characters (default: 60) | |
| file_path | Yes | Path to file | |
| block_size | No | Block size (default: 512) |