Added documentation about the new optional argument of the lsb-set module.

This commit is contained in:
Cédric Bonhomme 2019-01-22 00:26:29 +01:00
parent 5b297efc0e
commit 07b44e8606
No known key found for this signature in database
GPG key ID: A1CB94DE57B7A70D

View file

@ -140,6 +140,17 @@ An other example:
stegano-lsb reveal -i ./enc-identity.png 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 List all available generators
------------------------------ ------------------------------