A pure Python steganography module.
Find a file
2011-04-06 20:03:39 +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 Added README (more documentation). 2011-04-06 20:03:39 +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 library for your applications
----------------------------------------------
For some operations Stéganô needs the Python Imaging Library (PIL):

    $ wget http://effbot.org/downloads/Imaging-1.1.7.tar.gz
    $ tar -xzvf Imaging-1.1.7.tar.gz
    $ rm -f Imaging-1.1.7.tar.gz
    $ cd Imaging-1.1.7/
    $ sudo python setup.py install
    $ cd ..
    $ sudo rm -Rf Imaging-1.1.7/



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"