About
A secure steganography tool that hides encrypted payloads within the Least Significant Bits (LSB) of image pixels, making the altered image visually identical to the original.
Project Deep Dive
Invisible LSB Image Steganography
A secure steganography tool that hides encrypted payloads within the Least Significant Bits (LSB) of image pixels, making the altered image visually identical to the original.
Environment Setup
python -m venv venv source venv/bin/activate pip install -r requirements.txt
Command Pipeline
python shadow_pixel.py encode --image in.png ... python shadow_pixel.py decode --image out.png
> SYSTEM NOTICE: This interface is currently a frontend simulation demonstrating the CLI pipeline of Shadow-Pixel.