LSB visualization, extraction, and statistical analysis for hidden data detection.
The Steganography Lab in Omni provides tools for detecting and extracting hidden data from images using various techniques.
Displays the Least Significant Bit plane of an image, making hidden data patterns visible to the analyst.
Attempts to extract text data hidden in the LSB of image pixels. Supports multiple encoding schemes.
Isolate individual color channels (R/G/B) to analyze data hidden in specific color planes:
Performs chi-square distribution testing to detect statistical anomalies that may indicate steganographic content.
This statistical test compares observed pixel value distributions against expected distributions to identify hidden data.
The StegoAnalysis component in src/components/steganography/ handles all steganographic analysis operations client-side for privacy.
Results can be exported to PDF for forensic reporting along with other investigation findings.