Technology

OutGuess – universal steganographic tool

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 (Portable Pixel Map), PNM (Portable Any Map), and JPEG image formats are supported, although outguess could use any kind of data, as long as a handler were provided.

For JPEG images, OutGuess preserves statistics based on frequency counts. As a result, no known statistical test is able to detect the presence of steganographic content. Before embedding data into an image, the OutGuess system can determine the maximum message size that can be hidden while still being able to maintain statistics based on frequency counts.

OutGuess uses a generic iterator object to select which bits in the data should be modified. A seed can be used to modify the behavior of the iterator. It is embedded in the data along with the rest of the message. By altering the seed, OutGuess tries to find a sequence of bits that minimizes the number of changes in the data that have to be made.

This is free and open source software.

Website: github.com/resurrecting-open-source-projects/outguess
Support:
Developer: Niels Provos and contributors
License: BSD-like License

OutGuess is written in C. Learn C with our recommended free books and free tutorials.


Related Software

Steganography Tools
OpenStegoJava based tool to hide secret data in image files
stegifyTool written in Go for LSB steganography
SteganoSupports hiding data in PNG images via LSB encoding
SnowWhitespace steganography program
StegosuiteSteganography tool which lets hide information in image files
jdvrifHide files within a JPG cover image
WavstegUses least significant bit steganography to hide a file in .wavs
SteghideUses an algorithm which is undetectable by color-frequency tests
SteganorouteSend steganographed text messages to mtr with fake hops in the network
StegoshareJava based steganography tool
snowdropText watermarking and watermark recovery
OutGuessUniversal steganographic tool
RooksAdaptive steganography toolkit
StegCrackerSteganography brute-force utility to uncover hidden data inside files

Read our verdict in the software roundup.


Best Free and Open Source Software Explore our comprehensive directory of recommended free and open source software. Our carefully curated collection spans every major software category.

This directory is part of our ongoing series of informative articles for Linux enthusiasts. It features hundreds of detailed reviews, along with open source alternatives to proprietary solutions from major corporations such as Google, Microsoft, Apple, Adobe, IBM, Cisco, Oracle, and Autodesk.

You’ll also find interesting projects to try, hardware coverage, free programming books and tutorials, and much more.

Discovered a useful open source Linux program that we haven’t covered yet? Let us know by completing this form.
Subscribe
Notify of
guest
0 Comments
Oldest
Newest Most Voted
Inline Feedbacks
View all comments