Man page - stegosuite-embed(1)
Packages contas this manual
Manual
| STEGOSUITE-EMBED(1) | Stegosuite Manual | STEGOSUITE-EMBED(1) |
NAME
stegosuite-embed - Embeds data into image
SYNOPSIS
stegosuite embed [-d] (-k=<key> | --keyfile=<keyfile>) [-m=<message>] [-o=<outputPath>] [-f=<file>[,<file>...]]... <image>
DESCRIPTION
This command embeds data into an image file using the provided key as seed for randomization and encryption. It is possible to embed a text message and multiple files of any type, as long as the image has enough capacity to embed data. The capacity depends on the size of the image and its type. It can be checked with stegosuite capacity.
OPTIONS
-k, --key=<key>
--keyfile=<keyfile>
-m, --message=<message>
-f, --files=<file>[,<file>...]
-o, --output=<outputPath>
-d, --debug
ARGUMENTS
<image>
EXAMPLE
stegosuite embed -k my_secret_key -m "My_secret_message" /path/to/image_file.png
EXIT CODES:
0
1
2
| 2022-10-19 |