mirror of
https://github.com/cedricbonhomme/Stegano.git
synced 2025-05-13 01:18:31 +02:00
Updated README.
This commit is contained in:
parent
e0a172f868
commit
26f38f98de
1 changed files with 2 additions and 9 deletions
11
README.rst
11
README.rst
|
@ -67,19 +67,12 @@ appropriate steganography technique. For example:
|
||||||
Use Stéganô as a program
|
Use Stéganô as a program
|
||||||
''''''''''''''''''''''''
|
''''''''''''''''''''''''
|
||||||
|
|
||||||
Hide a message
|
Hide and reveal a message
|
||||||
~~~~~~~~~~~~~~
|
~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||||
|
|
||||||
|
|
||||||
.. code:: bash
|
.. code:: bash
|
||||||
|
|
||||||
$ stegano-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
|
|
||||||
~~~~~~~~~~~~~~~~~~
|
|
||||||
|
|
||||||
.. code:: bash
|
|
||||||
|
|
||||||
$ stegano-lsb reveal -i Lena1.png
|
$ stegano-lsb reveal -i Lena1.png
|
||||||
Secret Message
|
Secret Message
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue