Steganography is the practce of hiding one thing (in this case, a message) within another thing (in this case, a PPM file).
- Clone this repository
cd c-steganography
make
./writeMsg "[secret message]" img/hackny.ppm
- Remember to escape special characters with
\
- out.ppm will be the modified file
./readMsg out.ppm