STEGOSUITE-EMBED(1) | Stegosuite Manual | STEGOSUITE-EMBED(1) |
stegosuite-embed - Embeds data into image
stegosuite embed [-d] (-k=<key> | --keyfile=<keyfile>) [-m=<message>] [-o=<outputPath>] [-f=<file>[,<file>...]]... <image>
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.
-k, --key=<key>
--keyfile=<keyfile>
-m, --message=<message>
-f, --files=<file>[,<file>...]
-o, --output=<outputPath>
-d, --debug
<image>
stegosuite embed -k my_secret_key -m "My_secret_message" /path/to/image_file.png
0
1
2
2022-10-19 |