The project hides a secret message within a bigger one so that neither its existence nor its content can be discovered.
Compilation with gcc
git clone https://github.com/vignesh4a/Stegonography.git
cd Steganography
gcc *.c -o stego.out
./stego.out -e Base_Image.bmp Secret.txt [stego.bmp]./stego.out -d stego.bmp [decode.txt]