Releases: cedricbonhomme/Stegano
Releases · cedricbonhomme/Stegano
Release 0.6.1
Reorganization of the steganalysis sub-module.
Release 0.6
- improvements of the command line of Stéganô. The use of Stéganô through the
command line has slightly changed ('hide' and 'reveal' are now sub-parameters
of the command line). No changes if you use Stéganô as a module in your
software. The documentation has been updated accordingly.
Release 0.5.5
- bugfix: Incorrect padding size in
base642string
in tools.base642binary().
Release 0.5.4
- the generator provided to the functions lsbset.hide() and lsbset.reveal() is
now a function. This is more convenient for a user who wants to use a custom
generator (not in the module lsbset.generators). - performance improvements for the lsb and lsbset modules.
Release 0.5.3
Reorganization of all modules. No impact for the users of Stegano.
Release 0.5.2
0.5.2 (2016-05-18)
- improvements and bug fixes for the exifHeader module;
- added unit tests for the exifHeader module;
- improvements of the documentation.
v0.5.1
0.5.1 (2016-04-16)
- minor improvements and bug fixes;
- added unit tests for the slsb and slsbset modules.