jpegadv_jsteg_detect
Detect JSteg steganography in JPEG files using chi-square analysis on DCT coefficient pairs to reveal hidden data.
Instructions
JSteg steganography detection. JSteg replaces the LSB of non-zero, non-one DCT coefficients. Uses chi-square test on coefficient value pairs (2k, 2k+1) to detect the equalization that JSteg embedding produces. Includes sliding window analysis on sequential AC coefficients.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file_path | Yes | Absolute path to the JPEG file to analyze for JSteg steganography |