stegosuite-extract - Extracts data from image
Contents
Arguments
<image>
Path to the image file to process.
Description
This command extracts data from an image file using the provided key. It will only work, if stegosuite
was used to embed data into the image file and if the key is identical to the one used during embedding.
Example
stegosuiteextract -k my_secret_key /path/to/image_file.png
Exit Codes:
0
Successful program execution
1
Internal software error: An exception occurred when invoking the business logic of this command.
2
Usage error: User input for the command was incorrect, e.g., the wrong number of arguments.
2022-10-19 STEGOSUITE-EXTRACT(1)
Name
stegosuite-extract - Extracts data from image
Options
-k, --key=<key>
The secret key used for encryption and hiding.
--keyfile=<keyfile>
Path to a file which contains the secret key. Reads its first line.
-d, --debug
Shows debug information.
Synopsis
stegosuiteextract [-d] (-k=<key> | --keyfile=<keyfile>) <image>
