c-steganography
c-steganography copied to clipboard
Read and write hidden messages in images
Steganography in C
Steganography is the practce of hiding one thing (in this case, a message) within another thing (in this case, a PPM file).
How to run
- Clone this repository
cd c-steganographymake./writeMsg "[secret message]" img/hackny.ppm
- Remember to escape special characters with
\ - out.ppm will be the modified file
./readMsg out.ppm
Demo
(Give it a click for full size screencast demo)
