'\" t .\" Title: stegosuite-extract .\" Author: [see the "AUTHOR(S)" section] .\" Generator: Asciidoctor 2.0.17 .\" Date: 2022-10-19 .\" Manual: Stegosuite Manual .\" Source: .\" Language: English .\" .TH "STEGOSUITE\-EXTRACT" "1" "2022-10-19" "" "Stegosuite Manual" .ie \n(.g .ds Aq \(aq .el .ds Aq ' .ss \n[.ss] 0 .nh .ad l .de URL \fI\\$2\fP <\\$1>\\$3 .. .als MTO URL .if \n[.g] \{\ . mso www.tmac . am URL . ad l . . . am MTO . ad l . . . LINKSTYLE blue R < > .\} .SH "NAME" stegosuite-extract \- Extracts data from image .SH "SYNOPSIS" .sp \fBstegosuite extract\fP [\fB\-d\fP] (\fB\-k\fP=\fI\fP | \fB\-\-keyfile\fP=\fI\fP) \fI\fP .SH "DESCRIPTION" .sp 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. .SH "OPTIONS" .sp \fB\-k\fP, \fB\-\-key\fP=\fI\fP .RS 4 The secret key used for encryption and hiding. .RE .sp \fB\-\-keyfile\fP=\fI\fP .RS 4 Path to a file which contains the secret key. Reads its first line. .RE .sp \fB\-d\fP, \fB\-\-debug\fP .RS 4 Shows debug information. .RE .SH "ARGUMENTS" .sp \fI\fP .RS 4 Path to the image file to process. .RE .SH "EXAMPLE" .sp \fBstegosuite extract\fP -k \fImy_secret_key\fP /path/to/image_file.png .RE .SH "EXIT CODES:" .sp \fB0\fP .RS 4 Successful program execution .RE .sp \fB1\fP .RS 4 Internal software error: An exception occurred when invoking the business logic of this command. .RE .sp \fB2\fP .RS 4 Usage error: User input for the command was incorrect, e.g., the wrong number of arguments. .RE