DOKK / manpages / debian 12 / stegosuite / stegosuite-extract.1.en
STEGOSUITE-EXTRACT(1) Stegosuite Manual STEGOSUITE-EXTRACT(1)

stegosuite-extract - Extracts data from image

stegosuite extract [-d] (-k=<key> | --keyfile=<keyfile>) <image>

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.

-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.

<image>

Path to the image file to process.

stegosuite extract -k my_secret_key /path/to/image_file.png

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