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 | |
|---|---|
| OpenStego | Java based tool to hide secret data in image files |
| stegify | Tool written in Go for LSB steganography |
| Stegano | Supports hiding data in PNG images via LSB encoding |
| zsteg | Fast detector for hidden payloads in PNG and BMP images |
| Snow | Whitespace steganography program |
| StegoVeritas | Command-line toolkit for uncovering hidden data in image files |
| jdvrif | Hide files within a JPG cover image |
| AperiSolve | Web-based toolkit running multiple steganalysis checks in one place |
| Wavsteg | Uses least significant bit steganography to hide a file in .wavs |
| Steghide | Uses an algorithm which is undetectable by color-frequency tests |
| Steganoroute | Send steganographed text messages to mtr with fake hops in the network |
| Stegoshare | Java based steganography tool |
| snowdrop | Text watermarking and watermark recovery |
| PixelSafe | Graphical utility for securely concealing data inside image files |
| Aletheia | Detect and analyse concealed messages embedded in digital images |
| Rooks | Adaptive steganography toolkit |
| Stegosuite | Steganography tool which lets hide information in image files |
| StegCracker | Steganography brute-force utility to uncover hidden data inside files |
| OutGuess | Universal steganographic tool |
| Ermis | Hide and extract secret messages within images and audio files |
Read our verdict in the software roundup.
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. |


Please read our Comment Policy before commenting.