http://open-source-security-software.net/project/Stegano/releases.atom Recent releases for Stegano 2024-11-15T11:42:26.610050+00:00 python-feedgen Stegano v0.5.2 Stegano v0.5.2 2016-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:00 Stegano v0.5.1 Stegano v0.5.1 2016-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:00 Stegano v0.5.3 Stegano v0.5.3 2016-05-19T20:49:05+00:00 Reorganization of all modules. No impact for the users of Stegano. 2016-05-19T20:49:05+00:00 Stegano v0.5.4 Stegano v0.5.4 2016-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:00 Stegano v0.5.5 Stegano v0.5.5 2016-08-03T21:12:13+00:00 - bugfix: Incorrect padding size in `base642string` in tools.base642binary(). 2016-08-03T21:12:13+00:00 Stegano v0.6 Stegano v0.6 2016-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:00 Stegano v0.6.1 Stegano v0.6.1 2016-08-25T06:39:10+00:00 Reorganization of the steganalysis sub-module. 2016-08-25T06:39:10+00:00 Stegano v0.6.2 Stegano v0.6.2 2017-01-19T06:28:22+00:00 Bugfix: solved a bug when the image data is coming via byte streams (ByteIO), for the exifHeader hiding method. 2017-01-19T06:28:22+00:00 Stegano v0.6.3 Stegano v0.6.3 2017-01-29T20:41:56+00:00 Support for transparent PNG images has been added (lsb and lsbset modules). 2017-01-29T20:41:56+00:00 Stegano v0.6.4 Stegano v0.6.4 2017-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:00 Stegano v0.6.5 Stegano v0.6.5 2017-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:00 Stegano v0.6.6 Stegano v0.6.6 2017-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:00 Stegano v0.6.7 Stegano v0.6.7 2017-02-21T06:44:45+00:00 - bugfix: added missing dependency in the setup.py file. 2017-02-21T06:44:45+00:00 Stegano v0.6.8 Stegano v0.6.8 2017-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:00 Stegano v0.6.9 Stegano v0.6.9 2017-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:00 Stegano v0.7 Stegano v0.7 2017-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:00 Stegano v0.7.1 Stegano v0.7.1 2017-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:00 Stegano v0.8 Stegano v0.8 2017-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:00 Stegano v0.8.1 Stegano v0.8.1 2017-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:00 Stegano v0.8.2 Stegano v0.8.2 2017-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:00 Stegano v0.8.3 Stegano v0.8.3 2018-02-23T20:47:25+00:00 The recommended way to install Stegano is now to use pipenv. 2018-02-23T20:47:25+00:00 Stegano v0.8.4 Stegano v0.8.4 2018-02-28T21:50:27+00:00 Stegano is ready for use with pipenv and pipsi. 2018-02-28T21:50:27+00:00 Stegano v0.8.5 Stegano v0.8.5 2018-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:00 Stegano v0.8.6 Stegano v0.8.6 2018-11-05T21:29:13+00:00 * fixed a potential security issue related to CVE-2018-18074. 2018-11-05T21:29:13+00:00 Stegano v0.9.0 Stegano v0.9.0 2018-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:00 Stegano v0.9.1 Stegano v0.9.1 2019-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:00 Stegano v0.9.2 Stegano v0.9.2 2019-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:00 Stegano v0.9.3 Stegano v0.9.3 2019-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:00 Stegano v0.9.4 Stegano v0.9.4 2019-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:00 Stegano v0.9.9 Stegano v0.9.9 2021-07-08T17:24:35+00:00 * Stegano now uses Pillow 8.3.0. 2021-07-08T17:24:35+00:00 Stegano v0.10.0 Stegano v0.10.0 2021-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/stegano 2021-11-29T22:07:50+00:00 Stegano v0.10.1 Stegano v0.10.1 2021-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/stegano 2021-11-30T08:23:48+00:00 Stegano v0.11.0 Stegano v0.11.0 2022-11-20T00:02:32+00:00 Reduced 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:00 Stegano v0.11.1 Stegano v0.11.1 2022-11-20T21:03:28+00:00 Fixed a bug in the command line when no sub-command is specified. 2022-11-20T21:03:28+00:00 Stegano v0.11.2 Stegano v0.11.2 2023-05-23T08:17:09+00:00 * improved typing of various functions; * updated dependencies. 2023-05-23T08:17:09+00:00 Stegano v0.11.3 Stegano v0.11.3 2024-01-02T09:16:06+00:00 Stegano 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.io 2024-01-02T09:16:06+00:00