Skip to content

stavrakis/steganography

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

steganography

Embed ASCII characters in PPM image files, using the least significant bit. To decode, the application compares the altered PPM with the original. Encoding outputs altered PPM to stdout. Decoding takes both files as arguments and outputs decoded text to stdout.

Usage

To embed text:

$ ./steg e [input PPM]

To decode:

$ ./steg d [original PPM] [encoded PPM]

About

Embed ASCII characters in PPM image files

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages