logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

stegosuite-extract - Extracts data from image

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>

See Also