Reorganization of the steganalysis sub-module.

This commit is contained in:
Cédric Bonhomme 2016-08-25 08:13:05 +02:00
parent bc741a1c4e
commit 66c6f2b3a3
No known key found for this signature in database
GPG key ID: A1CB94DE57B7A70D
5 changed files with 9 additions and 9 deletions

View file

@ -7,13 +7,13 @@ 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/20160505T130442.jpg -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
steganalysis-parity -i ./tests/sample-files/20160505T130442.jpg -o ./surprise_st_original.png
# Steganalysis of the secret photo
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 -i ./surprise.png --generator eratosthenes