Skip to content

t4ke0/stegno

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

stegno

  • steganography tool that hides data into a png file at the moment we only support png images but in the future we will add more image formats. also we don't support data encryption for now.

Quick Start

build the program first.

$ go build
$ ./stegno --encode --png <image path> --to <out file>  --data <message> or --file <file path>
$ ./stegno --decode --png <image path> --to <file path> or --dump true

TODO list

  • Add support for data encryption and decryption before encoding or decoding data into the image.

  • code cleaning.

  • support other image format ...

Releases

No releases published

Packages

No packages published

Languages