mirror of
https://github.com/cedricbonhomme/Stegano.git
synced 2025-06-29 11:46:12 +02:00
Updated documentation and README.
This commit is contained in:
parent
fd44b9aca9
commit
8ea19492c9
3 changed files with 23 additions and 43 deletions
|
@ -9,32 +9,19 @@ Welcome to Stéganô's documentation!
|
|||
.. toctree::
|
||||
:maxdepth: 2
|
||||
|
||||
Stéganô is a Python steganography_ module.
|
||||
Stéganô_ is a Python steganography_ module.
|
||||
Steganography is the art and science of writing hidden messages in such a way that no one,
|
||||
apart from the sender and intended recipient, suspects the existence of the message, a form
|
||||
of security through obscurity. Consequently, functions provided by Stéganô only hide message,
|
||||
without encryption. Indeed steganography is often used with cryptography.
|
||||
|
||||
The advantage of steganography, over cryptography alone, is that messages do not attract
|
||||
attention to themselves. If you are interested in cryptography have a look at my project pySecret.
|
||||
|
||||
|
||||
Download Stéganô
|
||||
================
|
||||
|
||||
You can clone the source code of Stéganô_ :
|
||||
|
||||
.. code-block:: bash
|
||||
|
||||
$ hg clone https://bitbucket.org/cedricbonhomme/stegano/
|
||||
|
||||
More information about how to install Stéganô in the :doc:`tutorial </tutorial>`.
|
||||
|
||||
Requirements
|
||||
============
|
||||
|
||||
- Python_ >= 3.2 (tested with Python 3.3.1);
|
||||
- `Pillow`_ (friendly fork of Python Imaging Library).
|
||||
- `Pillow`_.
|
||||
|
||||
|
||||
Methods of hiding
|
||||
=================
|
||||
|
@ -49,7 +36,7 @@ For the moment, Stéganô implements these methods of hiding:
|
|||
Moreover some methods of steganalysis_ are provided:
|
||||
|
||||
- steganalysis of LSB encoding in color images;
|
||||
- statistical steganalysis.
|
||||
- statistical steganalysis.
|
||||
|
||||
|
||||
Turorial
|
||||
|
@ -57,30 +44,27 @@ Turorial
|
|||
|
||||
More information available at the :doc:`tutorial </tutorial>` page
|
||||
|
||||
|
||||
License
|
||||
=======
|
||||
|
||||
Stéganô is under GPL v3 license.
|
||||
Stéganô_ is under GPL v3 license.
|
||||
|
||||
|
||||
Donation
|
||||
========
|
||||
|
||||
If you wish and if you like Stéganô, you can donate via bitcoin. My bitcoin address: `1GVmhR9fbBeEh7rP1qNq76jWArDdDQ3otZ <http://blockexplorer.com/address/1GVmhR9fbBeEh7rP1qNq76jWArDdDQ3otZ>`_
|
||||
|
||||
|
||||
Contact
|
||||
=======
|
||||
|
||||
`My home page <http://cedricbonhomme.org>`_
|
||||
`My home page <https://www.cedricbonhomme.org>`_
|
||||
|
||||
Indices and tables
|
||||
==================
|
||||
|
||||
* :ref:`genindex`
|
||||
* :ref:`modindex`
|
||||
* :ref:`search`
|
||||
|
||||
.. _Python: http://python.org/
|
||||
.. _Stéganô: https://bitbucket.org/cedricbonhomme/stegano/
|
||||
.. _Python: http://python.org
|
||||
.. _Stéganô: https://github.com/cedricbonhomme/Stegano
|
||||
.. _`Pillow`: https://pypi.python.org/pypi/Pillow
|
||||
.. _steganography: http://en.wikipedia.org/wiki/Steganography
|
||||
.. _steganalysis: http://en.wikipedia.org/wiki/Steganalysis
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue