http://open-source-security-software.net/project/Stegano/releases.atomRecent releases for Stegano2024-11-15T11:42:26.610050+00:00python-feedgenStegano v0.5.2Stegano v0.5.22016-05-18T07:20:43+00:00# 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.
2016-05-18T07:20:43+00:00Stegano v0.5.1Stegano v0.5.12016-05-18T07:21:27+00:00# 0.5.1 (2016-04-16)
- minor improvements and bug fixes;
- added unit tests for the slsb and slsbset modules.
2016-05-18T07:21:27+00:00Stegano v0.5.3Stegano v0.5.32016-05-19T20:49:05+00:00Reorganization of all modules. No impact for the users of Stegano.
2016-05-19T20:49:05+00:00Stegano v0.5.4Stegano v0.5.42016-05-22T13:43:21+00:00- 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.
2016-05-22T13:43:21+00:00Stegano v0.5.5Stegano v0.5.52016-08-03T21:12:13+00:00- bugfix: Incorrect padding size in `base642string` in tools.base642binary().
2016-08-03T21:12:13+00:00Stegano v0.6Stegano v0.62016-08-04T20:23:50+00:00- 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.
2016-08-04T20:23:50+00:00Stegano v0.6.1Stegano v0.6.12016-08-25T06:39:10+00:00Reorganization of the steganalysis sub-module.
2016-08-25T06:39:10+00:00Stegano v0.6.2Stegano v0.6.22017-01-19T06:28:22+00:00Bugfix: solved a bug when the image data is coming via byte streams (ByteIO), for the exifHeader hiding method.
2017-01-19T06:28:22+00:00Stegano v0.6.3Stegano v0.6.32017-01-29T20:41:56+00:00Support for transparent PNG images has been added (lsb and lsbset modules).
2017-01-29T20:41:56+00:00Stegano v0.6.4Stegano v0.6.42017-02-06T08:40:41+00:00- 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.
2017-02-06T08:40:41+00:00Stegano v0.6.5Stegano v0.6.52017-02-16T09:41:42+00:00- 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.
2017-02-16T09:41:42+00:00Stegano v0.6.6Stegano v0.6.62017-02-20T13:27:29+00:00- improved docstrings for the desciption of the generators;
- improved the command which displays the list of generators.
2017-02-20T13:27:29+00:00Stegano v0.6.7Stegano v0.6.72017-02-21T06:44:45+00:00- bugfix: added missing dependency in the setup.py file.
2017-02-21T06:44:45+00:00Stegano v0.6.8Stegano v0.6.82017-03-08T22:13:26+00:00- bugfix: fixed #12: Error when revealing a hidden binary file in an image.2017-03-08T22:13:26+00:00Stegano v0.6.9Stegano v0.6.92017-03-10T07:10:50+00:00* 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.2017-03-10T07:10:50+00:00Stegano v0.7Stegano v0.72017-05-04T19:19:47+00:00* 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.2017-05-04T19:19:47+00:00Stegano v0.7.1Stegano v0.7.12017-05-05T09:31:03+00:00* improved generators for the lsb-set module;
* improved tests for the generators;
* improved type hints.2017-05-05T09:31:03+00:00Stegano v0.8Stegano v0.82017-05-06T21:24:19+00:00* updated command line. All commands are now prefixed with *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.2017-05-06T21:24:19+00:00Stegano v0.8.1Stegano v0.8.12017-05-16T06:30:31+00:00* 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.2017-05-16T06:30:31+00:00Stegano v0.8.2Stegano v0.8.22017-12-20T21:33:37+00:00* Fixed a bug with the new 'encoding' function when using Stegano as a command
line tool. No default value was set. Default value is UTF-8.2017-12-20T21:33:37+00:00Stegano v0.8.3Stegano v0.8.32018-02-23T20:47:25+00:00The recommended way to install Stegano is now to use pipenv.2018-02-23T20:47:25+00:00Stegano v0.8.4Stegano v0.8.42018-02-28T21:50:27+00:00Stegano is ready for use with pipenv and pipsi.2018-02-28T21:50:27+00:00Stegano v0.8.5Stegano v0.8.52018-04-18T12:33:43+00:00* Fixed an encoding problem which occurred on Windows during the installation
of the module.2018-04-18T12:33:43+00:00Stegano v0.8.6Stegano v0.8.62018-11-05T21:29:13+00:00* fixed a potential security issue related to CVE-2018-18074.2018-11-05T21:29:13+00:00Stegano v0.9.0Stegano v0.9.02018-12-18T22:43:22+00:00
* added the possibility to shift the encoded bits when using the lsbset module.2018-12-18T22:43:22+00:00Stegano v0.9.1Stegano v0.9.12019-04-04T13:35:32+00:00- updated Pillow dependency in order to fix a bug when opening some PNG files.2019-04-04T13:35:32+00:00Stegano v0.9.2Stegano v0.9.22019-04-04T13:44:32+00:00* updated Pillow dependency to version 6.0.0 in order to fix a bug when opening
some PNG files (https://github.com/python-pillow/Pillow/issues/3557).2019-04-04T13:44:32+00:00Stegano v0.9.3Stegano v0.9.32019-04-10T13:19:47+00:00* 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.2019-04-10T13:19:47+00:00Stegano v0.9.4Stegano v0.9.42019-06-04T22:46:02+00:00* new: Implemented LFSR generator (with tests and CLI) ([PR #27](https://github.com/cedricbonhomme/Stegano/pull/27))
* new: Implemented Ackermann generators CLI interface ([PR #26](https://github.com/cedricbonhomme/Stegano/pull/26))
* new: The Ackermann functions are not actual generators ([#24](https://github.com/cedricbonhomme/Stegano/issues/24))
* new: add a shift parameter for the lsbmodule ([#25](https://github.com/cedricbonhomme/Stegano/issues/25))
* fix: lsbset.hide cause .png transparent area lost ([#23](https://github.com/cedricbonhomme/Stegano/issues/23))2019-06-04T22:46:02+00:00Stegano v0.9.9Stegano v0.9.92021-07-08T17:24:35+00:00
* Stegano now uses Pillow 8.3.0.
2021-07-08T17:24:35+00:00Stegano v0.10.0Stegano v0.10.02021-11-29T22:07:50+00:00## What's Changed
* Update index.rst by @kapkic in https://github.com/cedricbonhomme/Stegano/pull/31
* added: shi-tomashi corner generator by @thundersparkf in https://github.com/cedricbonhomme/Stegano/pull/32
## New Contributors
* @kapkic made their first contribution in https://github.com/cedricbonhomme/Stegano/pull/31
* @thundersparkf made their first contribution in https://github.com/cedricbonhomme/Stegano/pull/32
**Full Changelog**: https://github.com/cedricbonhomme/Stegano/compare/v0.9.9...v0.10.0
For more details see the project page: https://sr.ht/~cedric/stegano2021-11-29T22:07:50+00:00Stegano v0.10.1Stegano v0.10.12021-11-30T08:23:48+00:00**Full Changelog**: https://github.com/cedricbonhomme/Stegano/compare/v0.10.0...v0.10.1
For more details see the project page: https://sr.ht/~cedric/stegano2021-11-30T08:23:48+00:00Stegano v0.11.0Stegano v0.11.02022-11-20T00:02:32+00:00Reduced memory footprint and processing speed. The modules ``lsb`` and ``lsbset`` have been merged ([PR #34](https://github.com/cedricbonhomme/Stegano/pull/34)).2022-11-20T00:02:32+00:00Stegano v0.11.1Stegano v0.11.12022-11-20T21:03:28+00:00Fixed a bug in the command line when no sub-command is specified.2022-11-20T21:03:28+00:00Stegano v0.11.2Stegano v0.11.22023-05-23T08:17:09+00:00* improved typing of various functions;
* updated dependencies.2023-05-23T08:17:09+00:00Stegano v0.11.3Stegano v0.11.32024-01-02T09:16:06+00:00Stegano now supports Python 3.12. Support of Python 3.8 has been removed.
The updated tutorial with the new features is available here:
https://stegano.readthedocs.io2024-01-02T09:16:06+00:00