Skip to content

Releases: cedricbonhomme/Stegano

Release 0.7.1

05 May 09:31
v0.7.1
b6c5341
Compare
Choose a tag to compare
  • improved generators for the lsb-set module;
  • improved tests for the generators;
  • improved type hints.

Release 0.7

04 May 19:19
v0.7
6895f96
Compare
Choose a tag to compare
  • unicode is now supported. By default UTF-8 encoding is used. UTF-32LE can also
    be used to hide non-ASCII characters. UTF-8 (8 bits) is the default choice
    since it is possible to hide longer messages with it.
  • improved checks with type hints.

Release 0.6.9

10 Mar 07:10
v0.6.9
e803386
Compare
Choose a tag to compare
  • introduces some type hints (PEP 484);
  • more tests for the generators and for the tools module;
  • updated descriptions of generators;
  • fixed a bug with a generator that has been previously renamed.

Release 0.6.8

08 Mar 22:13
v0.6.8
3e923e4
Compare
Choose a tag to compare
  • bugfix: fixed #12: Error when revealing a hidden binary file in an image.

Release 0.6.7

21 Feb 06:44
v0.6.7
42571fa
Compare
Choose a tag to compare
  • bugfix: added missing dependency in the setup.py file.

Release 0.6.6

20 Feb 13:27
v0.6.6
76fd4a0
Compare
Choose a tag to compare
  • improved docstrings for the desciption of the generators;
  • improved the command which displays the list of generators.

Release 0.6.5

16 Feb 09:41
v0.6.5
2011f19
Compare
Choose a tag to compare
  • added a command to list all available generators for the lsb-set module;
  • test when the data image is coming via byte stream, for the lsb module.

Release 0.6.4

06 Feb 08:40
v0.6.4
c5ee22e
Compare
Choose a tag to compare
  • a command line for the 'red' module has been added;
  • bugfix: fixed a bug in the lsb-set command line when the generator wasn't specified by the user.

Release 0.6.3

29 Jan 20:41
v0.6.3
a55bf4b
Compare
Choose a tag to compare

Support for transparent PNG images has been added (lsb and lsbset modules).

Release 0.6.2

19 Jan 06:28
v0.6.2
673f7b5
Compare
Choose a tag to compare

Bugfix: solved a bug when the image data is coming via byte streams (ByteIO), for the exifHeader hiding method.