Scroll to navigation

stegosuite(1) Stegosuite(1) Man Pages stegosuite(1)

NAME

stegosuite - Steganography tool to hide information in image files

SYNOPSIS

stegosuite -c [--disable-noise-detection] imagefile
stegosuite -e [-m message] [-f file [...]] [-k key] [--disable-noise-detection] imagefile
stegosuite -x [-m message] [-f file [...]] [-k key] [--disable-noise-detection] imagefile

DESCRIPTION

Stegosuite is a graphical steganography tool to easily hide information in image files. It allows the embedding of text messages and multiple files of any type. In addition, the embedded data is encrypted using AES. Currently supported file types are BMP, GIF, JPG and PNG.
-c,--capacity
shows the maximum amount of data which can be embededded
-e,--embed
embed data into image
-x,--extract
extract data from image
-f file [...],--files file [...]
files to embed
-m message,--message message
message to embed
-k secret_key,--key secret_key
secret key used for encryption and hiding
--disable-noise-detection
disables the automatic avoidance of homogeneous areas
-h,--help
displays a help message
-d,--debug
show debug information
13 October 2017 version 0.8.0