mirror of
https://github.com/cedricbonhomme/Stegano.git
synced 2025-06-28 03:06:14 +02:00
Updated documentation appropriately.
This commit is contained in:
parent
0d1c5cc4c1
commit
46ee52f8e1
5 changed files with 54 additions and 44 deletions
|
@ -7,7 +7,7 @@ Parity
|
|||
.. code-block:: bash
|
||||
|
||||
# Hide the message with Sieve of Eratosthenes
|
||||
lsb-set --hide -i ./tests/sample-files/Ginnifer-Goodwin.png -o ./surprise.png --generator eratosthenes -m 'Very important message.'
|
||||
lsb-set hide -i ./tests/sample-files/Ginnifer-Goodwin.png -o ./surprise.png --generator eratosthenes -m 'Very important message.'
|
||||
|
||||
# Steganalysis of the original photo
|
||||
steganalysis-parity -i ./tests/sample-files/Ginnifer-Goodwin.png -o ./surprise_st_original.png
|
||||
|
@ -16,4 +16,4 @@ Parity
|
|||
steganalysis-parity -i ./surprise.png -o ./surprise_st_secret.png
|
||||
|
||||
# Reveal with Sieve of Eratosthenes
|
||||
lsb-set --reveal --generator eratosthenes -i ./surprise.png
|
||||
lsb-set reveal --generator eratosthenes -i ./surprise.png
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue