Recent Releases
0.11.423 Nov 2024 13:45
minor feature:
Added a parameter, _file, to lsb.reveal in order to.
Specify if the file must be at the end of the processing.
0.11.020 Nov 2022 03:21
major bugfix:
Reduced memory footprint and processing speed.
The modules `lsb` and `lsbset` have been merged
.
0.10.030 Nov 2021 03:16
major feature:
New: Implemented Shi-Tomashi corner generator.
.
Implemented by thundersparkf (see CONTRIBUTORS.md file).
0.9.821 Dec 2019 19:05
minor feature:
New: Implemented LFSR generator (with tests and CLI).
New: Implemented Ackermann generators CLI interface.
New: The Ackermann functions are not actual generators.
New: add a shift parameter for the lsbmodule.
lsbset.hide cause.png transparent area lost.
0.9.728 Oct 2019 09:25
minor feature:
New: Implemented LFSR generator (with tests and CLI).
New: Implemented Ackermann generators CLI interface.
New: The Ackermann functions are not actual generators.
New: add a shift parameter for the lsbmodule.
lsbset.hide cause.png transparent area lost.
0.9.405 Jun 2019 14:05
minor feature:
New: Implemented LFSR generator (with tests and CLI).
New: Implemented Ackermann generators CLI interface.
New: The Ackermann functions are not actual generators.
New: add a shift parameter for the lsbmodule.
lsbset.hide cause.png transparent area lost.
0.9.311 Apr 2019 11:05
minor feature:
it is now possible to either pass the location of an image or directly pass
an already opened Image.Image to the hide and reveal methods;.
Code re-formatted a bit with black.
0.8.401 Mar 2018 16:25
minor feature:
Added twine to the dev packages.
.
Added requirements to Pyhon 3.6.3.
.
Updated README.
.
Updated README.
.
Updated Pipfile.
.
Updated README.
.
Bumped version number.
0.8.324 Feb 2018 03:25
minor feature:
Updated README.
.
Updated README.
.
Switch to pipenv.
.
Switch to pipenv.
.
Updated README.rst.
.
Updated READNE and changelog.
.
Updated Python full version with pipenv.
.
Updated setup.py.
.
error in travis.yml with the new Pipfile.
.
Update travils.yml file.
.
Removed env PIPENV_IGNORE_VIRTUALENVS=1.
.
Bump version number.
0.8.221 Dec 2017 03:45
minor feature:
a with the new 'encoding' function when using Stegano as a command
Line tool. No default value was set. Default value is UTF-8.
0.8.117 May 2017 16:25
minor feature:
it is now possible to specify the encoding (UTF-8 or UTF-32LE) of the message
to hide/reveal through the command line;.
The help of the command line now displays the available choices for the
Arguments, if it is necessary (list of available encodings, list of available
Generators);.
Tests expected results lies now in a dedicated folder;.
a script has been added in order to get proper exit code check for mypy.
0.808 May 2017 08:25
minor feature:
Updated command line. All commands are now prewith stegano-;.
Improved type hints;.
it is possible to load and save images from and to file objects (BytesIO);.
Improved checks when revealing a message with the lsbset module fails.
0.6.912 Mar 2017 03:16
minor feature:
Introduces some type hints (PEP 484);.
More tests for the generators and for the tools module;.
Updated descriptions of generators;.
a with a generator that has been previously renamed.
0.6.621 Feb 2017 14:25
minor feature:
Improved docstrings for the desciption of the generators;.
Improved the command which displays the list of generators.
0.6.517 Feb 2017 13:45
minor feature:
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.
0.6.407 Feb 2017 13:05
minor feature:
a command line for the 'red' module has been added;.
a in the lsb-set command line when the generator wasn't specified by the user.
0.6.330 Jan 2017 03:16
minor feature:
Add support for transparent PNGs.
Added support for transparent PNGs in the lsbset module.
Added CONTRIBUTORS.rst.
Updated README.
Prepare the new release.
0.6.220 Jan 2017 18:45
minor feature:
Updated README.
Updated README.
New command line interface for the steganalysis by statistics.
Typo.
Support hide/reveal for image byte objects.
Change test input into binrary IO stream.
Prepare the new minor release ().
0.6.126 Aug 2016 23:05
minor feature:
Updated README.
Reorganization of the steganalysis sub-module.
Removed no more used sample files in the tests folder.
Updated module version number.
0.608 Aug 2016 06:45
minor feature:
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.
0.5.423 May 2016 03:15
minor feature:
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.
0.5.219 May 2016 03:15
minor feature:
Improvements and for the exifHeader module;.
Added unit tests for the exifHeader module;.
Improvements of the documentation.
0.4.307 Oct 2015 03:15
minor bugfix:
For Python 3;.
in the scripts in *./bin*.