Download List

專案描述

Stéganô is a basic Python Steganography module. It uses the Python Imaging Library (PIL). Stéganô implements two methods of hiding: using the red portion of a pixel to hide ASCII messages, and using the Least Significant Bit (LSB) technique.

System Requirements

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2012-01-03 07:40
0.4

This release introduces a more advanced LSB (Least significant bit) method based on integers sets. The sets generated with Python generators (Sieve of Eratosthenes, Fermat, Carmichael numbers, etc.) are used to select the pixels used to hide the information. You can use these new methods in your Python codes as a Python module or as a program in your scripts.
標籤: generators, Sets, Eratosthenes, Carmichael

2011-04-16 06:48
0.3

You can now use Stéganô as a library in your Python program (python setup.py install) or as a 'program' thanks to the scripts provided in the bin directory. Moreover, new documentation (reStructuredText) comes with Stéganô.
標籤: Minor

2011-03-25 05:44
0.2

This release introduces some bugfixes and a major speed improvement of the *reveal* function for the LSB method. Moreover it is now possible to hide a binary file (ogg, executable, etc.). A new technique for hiding/revealing a message in a JPEG picture by using the description field of the image is provided.
標籤: Minor feature enhancements

Project Resources