Skip to content

nicolastrognot/c-steganography

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

  1. Clone this repository
  2. cd c-steganography
  3. make
  4. ./writeMsg "[secret message]" img/hackny.ppm
  • Remember to escape special characters with \
  • out.ppm will be the modified file
  1. ./readMsg out.ppm

Demo

(Give it a click for full size screencast demo) Awesome demo

About

Read and write hidden messages in images

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 97.0%
  • Makefile 3.0%