mirror of
https://github.com/cedricbonhomme/Stegano.git
synced 2025-05-12 17:18:30 +02:00
Release 2.4. Speed improvements, bug fix. Added exif header hiding technique.
This commit is contained in:
parent
647a5e8fc8
commit
a968d7e9c3
1 changed files with 2 additions and 2 deletions
4
lsb-s.py
4
lsb-s.py
|
@ -21,7 +21,7 @@
|
|||
|
||||
__author__ = "Cedric Bonhomme"
|
||||
__version__ = "$Revision: 0.2 $"
|
||||
__date__ = "$Date: 2010/03/23 $"
|
||||
__date__ = "$Date: 2010/03/24 $"
|
||||
__license__ = "GPLv3"
|
||||
|
||||
import sys
|
||||
|
@ -151,4 +151,4 @@ if __name__ == '__main__':
|
|||
with open(options.secret_binary, "w") as f:
|
||||
f.write(data)
|
||||
else:
|
||||
print secret
|
||||
print secret
|
||||
|
|
Loading…
Add table
Reference in a new issue