mirror of
https://github.com/cedricbonhomme/Stegano.git
synced 2025-06-28 11:16:14 +02:00
it is now possible to specify the encoding (UTF-8 or UTF-32LE) of the message to hide/reveal through the command line (for the LSb module).
This commit is contained in:
parent
b907985886
commit
61b6ec7175
3 changed files with 15 additions and 3 deletions
2
setup.py
2
setup.py
|
@ -29,7 +29,7 @@ with open('CHANGELOG.rst', 'r') as f:
|
|||
|
||||
setup(
|
||||
name='Stegano',
|
||||
version='0.8',
|
||||
version='0.8.1',
|
||||
author='Cédric Bonhomme',
|
||||
author_email='cedric@cedricbonhomme.org',
|
||||
packages=packages,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue