chakrit / stega

Quick and dirty command-line steganography tool

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

STEGA

Quick-and-dirty steganography tool.

INSTALLATION

Download from the Releases Page

USAGE

Runs encode to encode text into the image file:

stega encode image.png "Hello, Steganography!"
stega decode image.png

Or, on Windows, run from the Command Prompt:

stega_windows_amd64.exe encode image.png "Hello, Steganography!"
stega_windows_amd64.exe decode image.png

LICENSE

See LICENSE file

About

Quick and dirty command-line steganography tool

License:Other


Languages

Language:Go 94.6%Language:Shell 5.4%