stegno

command module
v0.0.0-...-fb4eb29 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 28, 2021 License: MIT Imports: 10 Imported by: 0

README

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 ...

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL