Updated command line and README.

This commit is contained in:
Cédric Bonhomme 2017-05-05 23:35:27 +02:00
parent 2814f04f80
commit 1ce140d638
No known key found for this signature in database
GPG key ID: A1CB94DE57B7A70D
6 changed files with 16 additions and 10 deletions

View file

@ -71,7 +71,13 @@ Hide a message
.. code:: bash
$ lsb hide -i ./tests/sample-files/Lenna.png -m "Secret Message" -o Lena1.png
$ stegano-lsb hide -i ./tests/sample-files/Lenna.png -m "Secret Message" -o Lena1.png
Reveal the message
~~~~~~~~~~~~~~~~~~
$ stegano-lsb reveal -i Lena1.png
Secret Message
Hide the message with the Sieve of Eratosthenes
@ -79,7 +85,7 @@ Hide the message with the Sieve of Eratosthenes
.. code:: bash
$ lsb-set hide -i ./tests/sample-files/Lenna.png -m 'Secret Message' --generator eratosthenes -o Lena2.png
$ stegano-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