Updated README.

This commit is contained in:
Cédric Bonhomme 2016-08-04 22:24:40 +02:00
parent e440ffff14
commit bc741a1c4e
No known key found for this signature in database
GPG key ID: A1CB94DE57B7A70D

View file

@ -42,13 +42,13 @@ Use Stéganô as a program
.. code:: bash .. code:: bash
$ lsb --hide -i ./tests/sample-files/Lenna.png -o Lena1.png -m "Secret Message" $ 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 -o Lena2.png --generator eratosthenes -m 'Secret Message' $ lsb-set hide -i ./tests/sample-files/Lenna.png -m 'Secret Message' --generator eratosthenes -o Lena2.png
Running the tests Running the tests