Projects / Stéganô

Stéganô

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.

Tags
Licenses
Operating Systems
Implementation

RSS Last announcement

LSB method with sets 29 Dec 2011

Version 0.4 of Stéganô is coming with a new LSB method which uses sets in order to select the pixels where the message will be hidden. For the mome...

RSS Recent releases

Release Notes: 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.

  •  15 Apr 2011 21:48

Release Notes: 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ô.

  •  24 Mar 2011 20:44

Release Notes: 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.

Screenshot

Project Spotlight

Nag

The Horde task list manager.

Screenshot

Project Spotlight

PacketFence

A network access control (NAC) system.