outguess | Universal steganographic tool
kandi X-RAY | outguess Summary
kandi X-RAY | outguess Summary
outguess is a C library. outguess has no bugs, it has no vulnerabilities and it has low support. You can download it from GitHub.
2018-11-11 - Joao Eriberto Mota Filho eriberto@eriberto.pro.br,. fully based on OutGuess 0.2, by. 2001-02-12 - Niels Provos provos@citi.umich.edu. 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. In this version the PNM and JPEG image formats are supported. In the next paragraphs, images will be used as concrete example of data objects, though OutGuess can use any kind of data, as long as a handler is provided. OutGuess is available under the BSD software license. It is completely free for any use including commercial. Please see each source file for its respective license. OutGuess was developed in Germany. Steganography is the art and science of hiding that communication is happening. Classical steganography systems depend on keeping the encoding system secret, but modern steganography are detectable only if secret information is known, e.g. a secret key. Because of their invasive nature steganography systems leave detectable traces within a medium's characteristics. This allows an eavesdropper to detect media that has been modified, revealing that secret communication is taking place. Although the secrecy of the information is not degraded, its hidden nature is revealed, defeating the main purpose of Steganography. 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.
2018-11-11 - Joao Eriberto Mota Filho eriberto@eriberto.pro.br,. fully based on OutGuess 0.2, by. 2001-02-12 - Niels Provos provos@citi.umich.edu. 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. In this version the PNM and JPEG image formats are supported. In the next paragraphs, images will be used as concrete example of data objects, though OutGuess can use any kind of data, as long as a handler is provided. OutGuess is available under the BSD software license. It is completely free for any use including commercial. Please see each source file for its respective license. OutGuess was developed in Germany. Steganography is the art and science of hiding that communication is happening. Classical steganography systems depend on keeping the encoding system secret, but modern steganography are detectable only if secret information is known, e.g. a secret key. Because of their invasive nature steganography systems leave detectable traces within a medium's characteristics. This allows an eavesdropper to detect media that has been modified, revealing that secret communication is taking place. Although the secrecy of the information is not degraded, its hidden nature is revealed, defeating the main purpose of Steganography. 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.
Support
Quality
Security
License
Reuse
Support
outguess has a low active ecosystem.
It has 72 star(s) with 5 fork(s). There are 6 watchers for this library.
It had no major release in the last 12 months.
There are 3 open issues and 0 have been closed. There are no pull requests.
It has a neutral sentiment in the developer community.
The latest version of outguess is 0.2.2
Quality
outguess has 0 bugs and 0 code smells.
Security
outguess has no vulnerabilities reported, and its dependent libraries have no vulnerabilities reported.
outguess code analysis shows 0 unresolved vulnerabilities.
There are 0 security hotspots that need review.
License
outguess does not have a standard license declared.
Check the repository for any license declaration and review the terms closely.
Without a license, all rights are reserved, and you cannot use the library in your applications.
Reuse
outguess releases are available to install and integrate.
Installation instructions, examples and code snippets are available.
Top functions reviewed by kandi - BETA
kandi's functional review helps you automatically verify the functionalities of the libraries and avoid rework.
Currently covering the most popular Java, JavaScript and Python libraries. See a Sample of outguess
Currently covering the most popular Java, JavaScript and Python libraries. See a Sample of outguess
outguess Key Features
No Key Features are available at this moment for outguess.
outguess Examples and Code Snippets
No Code Snippets are available at this moment for outguess.
Community Discussions
No Community Discussions are available at this moment for outguess.Refer to stack overflow page for discussions.
Community Discussions, Code Snippets contain sources that include Stack Exchange Network
Vulnerabilities
No vulnerabilities reported
Install outguess
OutGuess has only been tested on OpenBSD, Linux, Solaris and AIX.
./configure && make
Install the JPEG-6b libjpeg.a library and patch it with jpeg-6b-steg.diff. You can obtain the source from ftp://ftp.uu.net/graphics/jpeg/jpegsrc.v6b.tar.gz. The Makefile expects the library to be at ../jpeg-6b. NOTE (by Eriberto) Currently, the jpeg-6b can be found at https://www.ijg.org/files/
Edit the Makefile and type make
./configure && make
Install the JPEG-6b libjpeg.a library and patch it with jpeg-6b-steg.diff. You can obtain the source from ftp://ftp.uu.net/graphics/jpeg/jpegsrc.v6b.tar.gz. The Makefile expects the library to be at ../jpeg-6b. NOTE (by Eriberto) Currently, the jpeg-6b can be found at https://www.ijg.org/files/
Edit the Makefile and type make
Support
None known at the moment.
Find more information at:
Reuse Trending Solutions
Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items
Find more librariesStay Updated
Subscribe to our newsletter for trending solutions and developer bootcamps
Share this Page