Skip to content

jakergrossman/csteg

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

csteg

LSB steganography tool written in C

Building

Make sure to have a version of libpng installed

git clone https://github.com/jakergrossman/csteg
cd csteg
make

Usage

To encode files:

csteg -w -i png_in -d data_file_in -o png_out

To decode files:

csteg -r -i png_in

Flag descriptors:

-f             do not prompt for confirmation when 
               operation would overwrite existing files

-w             write data to file

-r             write data from file

-i <filename>  specify input PNG file

-d <filename>  specify input data file

-o <filename>  specify output PNG file

About

LSB steganography tool written in C

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published