stegano 0.11.3
Stegano is a pure Python Steganography module.
Tags | python steganography pillow lsb |
---|---|
License | GNU GPLv3 |
State | initial |
stegano 0.11.3Stegano is a pure Python Steganography module.
Recent Releases
0.11.303 Jan 2024 17:05
minor bugfix:
Stegano now supports Python 3.12. Support of Python 3.8 has been removed.
0.11.224 May 2023 09:45
minor bugfix:
Improved typing of various functions;.
Updated dependencies.
0.11.123 Nov 2022 04:05
minor bugfix:
a in the command line when no sub-command is specified.
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.214 Jan 2022 03:25
minor security:
Stegano now uses Pillow 9.0.0 (CVE-2022-22815).
0.10.104 Dec 2021 09:05
minor bugfix:
Stegano now uses OpenCV Python 4.5.4 abd Numpy 1.21.4.
0.10.030 Nov 2021 03:16
major feature:
New: Implemented Shi-Tomashi corner generator.
.
Implemented by thundersparkf (see CONTRIBUTORS.md file).
0.9.903 Jul 2021 03:16
minor bugfix:
Stegano now uses Pillow 8.3.0.
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.9.205 Apr 2019 14:05
minor feature:
Updated Pillow dependency to version 6.0.0 in order to a when opening
Some PNG files.
0.9.107 Mar 2019 13:45
minor feature:
Added the possibility to shift the encoded bits when using the lsbset module.
0.9.019 Dec 2018 03:16
minor feature:
Added the possibility to shift the encoded bits when using the lsbset module.
0.8.606 Nov 2018 11:45
minor feature:
a potential security related to CVE-2018-18074.
0.8.519 Apr 2018 10:45
minor feature:
an encoding problem which occurred on Windows during the installation
of the module.
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.809 Mar 2017 03:16
minor feature:
: Error when revealing a hidden binary file in an image.
0.6.725 Feb 2017 10:05
minor feature:
added missing dependency in the setup.py file.
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.504 Aug 2016 03:15
minor feature:
Incorrect padding size in base642string in tools.base642binary().
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*.
25 Aug 2015 11:14
minor feature:
|
LinksProject WebsiteDownload → GitHub → Documentation → PyPI Submitted byCedricManageYou can also help out here by:← Update project or flagging this entry for moderator attention. Share project |