Skip to content

Releases: cedricbonhomme/Stegano

Release 0.6.1

25 Aug 06:39
v0.6.1
3531769
Compare
Choose a tag to compare

Reorganization of the steganalysis sub-module.

Release 0.6

04 Aug 20:23
v0.6
e440fff
Compare
Choose a tag to compare
  • 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

03 Aug 21:12
v0.5.5
a54909f
Compare
Choose a tag to compare
  • bugfix: Incorrect padding size in base642string in tools.base642binary().

Release 0.5.4

22 May 13:43
v0.5.4
f7d354a
Compare
Choose a tag to compare
  • 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

19 May 20:49
v0.5.3
eeb8132
Compare
Choose a tag to compare

Reorganization of all modules. No impact for the users of Stegano.

Release 0.5.2

18 May 07:20
v0.5.2
46c3f6d
Compare
Choose a tag to compare

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

18 May 07:21
v0.5.1
75b41a2
Compare
Choose a tag to compare

0.5.1 (2016-04-16)

  • minor improvements and bug fixes;
  • added unit tests for the slsb and slsbset modules.