From 07b44e86064b4817ce153302b5cc73263b98f8e4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9dric=20Bonhomme?= Date: Tue, 22 Jan 2019 00:26:29 +0100 Subject: [PATCH] Added documentation about the new optional argument of the lsb-set module. --- docs/software.rst | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/docs/software.rst b/docs/software.rst index d6c91e7..b73f0b8 100644 --- a/docs/software.rst +++ b/docs/software.rst @@ -140,6 +140,17 @@ An other example: stegano-lsb reveal -i ./enc-identity.png +Sometimes it can be useful to skip the first values of a set. For example if you want +to hide several messages or because due to the selected generator +(Fibonacci starts with 0, 1, 1, etc.). Or maybe you just want to add more complexity. +In this case, simply use the optional arguments ``--shift``: + + +.. code-block:: bash + + stegano-lsb-set reveal -i ./tests/sample-files/Lenna.png --generator fibonacci --shift 7 + + List all available generators ------------------------------