Stegano Versions Save

A pure Python steganography module.

v0.11.3

4 months ago

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

v0.11.2

11 months ago
  • improved typing of various functions;
  • updated dependencies.

v0.11.1

1 year ago

Fixed a bug in the command line when no sub-command is specified.

v0.11.0

1 year ago

Reduced memory footprint and processing speed. The modules lsb and lsbset have been merged (PR #34).

v0.10.1

2 years ago

v0.10.0

2 years ago

What's Changed

New Contributors

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

v0.9.9

2 years ago
  • Stegano now uses Pillow 8.3.0.

v0.9.4

4 years ago
  • new: Implemented LFSR generator (with tests and CLI) (PR #27)
  • new: Implemented Ackermann generators CLI interface (PR #26)
  • new: The Ackermann functions are not actual generators (#24)
  • new: add a shift parameter for the lsbmodule (#25)
  • fix: lsbset.hide cause .png transparent area lost (#23)

v0.9.3

5 years ago
  • 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.

v0.9.2

5 years ago