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
3531769483
commit
0e0a5e10d2
1 changed files with 13 additions and 2 deletions
15
README.rst
15
README.rst
|
@ -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>`_
|
||||||
|
|
Loading…
Add table
Reference in a new issue