stepic (version 0.2.1) | index /home/lenny/domnit.org/home/htdocs/stepic/stepic.py |
Python image steganography
Stepic hides arbitrary data inside PIL images.
Besides Python itself, Stepic only depends on the Python Image Library
(apt: python-imaging, web: <http://www.pythonware.com/products/pil/>).
Usually, the best way to use stepic is to call encode(image, data) and
decode(image). If one source image is used to produce several data-enclosing
images, then you may wish to access the backend to encode and decode, which
is Steganographer.
Modules | ||||||
|
Classes | ||||||||||
|
Functions | ||
|
Data | ||
__all__ = ('Steganographer', 'encode', 'decode') __author__ = 'Lenny Domnitser <http://domnit.org/>' __version__ = '0.2.1' |
Author | ||
Lenny Domnitser <http://domnit.org/> |