From 0e0a5e10d2df56aea9217e269740aad8b109509f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9dric=20Bonhomme?= Date: Thu, 25 Aug 2016 10:35:05 +0200 Subject: [PATCH] Updated README. --- README.rst | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index 5e46550..e24be1e 100644 --- a/README.rst +++ b/README.rst @@ -40,16 +40,27 @@ appropriate steganography technique. For example: Use Stéganô as a program '''''''''''''''''''''''' +Hide a message +~~~~~~~~~~~~~~ + + .. code:: bash $ 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 $ 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 ----------------- @@ -62,4 +73,4 @@ Running the tests Contact ------- -`Cédric Bonhomme `_. +`Cédric Bonhomme `_