Outguess

From aldeid
Jump to navigation Jump to search

Description

Outguess is a universal steganographic tool that allows the insertion of hidden information into the redundant bits of data sources.

The nature of the data source is irrelevant to the core of outguess. The program relies on data specific handlers that will extract redundant bits and write them back after modification.

Currently only the PPM, PNM, and JPEG image formats are supported, although outguess could use any kind of data, as long as a handler were provided.

Installation

$ sudo aptitude install outguess

Usage

Syntax

outguess [options] [<input file> [<output file>]]

Options

-[sS] <n>
iteration start, capital letter for 2nd dataset
-[iI] <n>
iteration limit
-[kK] <key>
key
-[dD] <name>
filename of dataset
-[eE]
use error correcting encoding
-p <param>
parameter passed to destination data handler
-r
retrieve message from data
-x <n>
number of key derivations to be tried
-m
mark pixels that have been modified
-t
collect statistic information
-F[+-]
turns statistical steganalysis foiling on/off. The default is on.