Skip to content

maqbulhanif35/steganography

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 

Repository files navigation

steganography

A program that hides files or folders in png files Works only with Linux at the moment

USAGE

The first argument to the png program should be the png file always. eg ./png sample.png file1.txt file2.txt ... You can add a folder to the png file with the flag -f eg ./png sample.png folder -f You can add multiple files to the same png file but not multiple folders You can only add a folder to an empty png file You can extract the files or folders with "extract sample.png" this will extract all the embedded files at the location of the png file You can clean the png file of all the files with the flag --clean eg "extract sample.png --clean"

BUILDING

gcc png.c -o png
gcc extract.c -o extract

About

A program that hides files or folders in png files

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages