A pure Python steganography module.
Find a file
2011-04-06 20:09:15 +02:00
bin Added slsb binary in /bin folder. 2011-04-06 19:23:15 +02:00
examples Added example-lsb.py 2011-03-30 22:19:56 +02:00
stegano Bug fix. Bad argument in *hide* function when used as module. 2011-03-30 22:11:33 +02:00
COPYING Initial commit 2010-10-02 02:35:17 +02:00
INSTALL Added README (more documentation). 2011-04-06 20:03:39 +02:00
README Minor changes (test). 2011-04-06 20:09:15 +02:00
setup.py Added setup.py 2011-03-30 21:42:16 +02:00

.. -*-restructuredtext-*-

=======
Stéganô
=======

.. Use headers in this order #=~-_

:toc: yes
:symrefs: yes
:sortrefs: yes
:compact: yes
:subcompact: no
:rfcedstyle: no
:comments: no
:inline: yes
:private: yes

:author: Cédric Bonhomme
:contact: http://cedricbonhomme.org/


Installation
------------
Refers to the INSTALL file.


Use Stéganô as a program
------------------------
In addition you can use Stéganô as a program thanks to the scripts provided in the bin directory.

Example:

    /stegano/bin$ chmod u+x *

    /stegano/bin$ ./slsb --hide -i ../examples/pictures/Lenna.png -o Lena1.png -m "MessageBo"


Turorial
--------
You will find a complete tutorial at this address:
    http://wiki.cedricbonhomme.org/projects:stegano