Updated README.

This commit is contained in:
Cédric Bonhomme 2016-08-25 10:35:05 +02:00
parent 3531769483
commit 0e0a5e10d2
No known key found for this signature in database
GPG key ID: A1CB94DE57B7A70D

View file

@ -40,16 +40,27 @@ appropriate steganography technique. For example:
Use Stéganô as a program Use Stéganô as a program
'''''''''''''''''''''''' ''''''''''''''''''''''''
Hide a message
~~~~~~~~~~~~~~
.. code:: bash .. code:: bash
$ lsb hide -i ./tests/sample-files/Lenna.png -m "Secret Message" -o Lena1.png $ lsb hide -i ./tests/sample-files/Lenna.png -m "Secret Message" -o Lena1.png
Hide the message with the Sieve of Eratosthenes:
Hide the message with the Sieve of Eratosthenes
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
.. code:: bash .. code:: bash
$ lsb-set hide -i ./tests/sample-files/Lenna.png -m 'Secret Message' --generator eratosthenes -o Lena2.png $ lsb-set hide -i ./tests/sample-files/Lenna.png -m 'Secret Message' --generator eratosthenes -o Lena2.png
The message will be scattered in the picture, following a set described by the
Sieve of Eratosthenes. Other sets are available. You can also use your own
generators.
This will make a steganalysis more complicated.
Running the tests Running the tests
----------------- -----------------
@ -62,4 +73,4 @@ Running the tests
Contact Contact
------- -------
`Cédric Bonhomme <https://www.cedricbonhomme.org>`_. `Cédric Bonhomme <https://www.cedricbonhomme.org>`_