From a968d7e9c3bd04e1b048c93ae4233938855744fb Mon Sep 17 00:00:00 2001 From: cedricbonhomme Date: Thu, 24 Mar 2011 16:23:29 +0100 Subject: [PATCH] Release 2.4. Speed improvements, bug fix. Added exif header hiding technique. --- lsb-s.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lsb-s.py b/lsb-s.py index a9a2e1e..1c63ac6 100755 --- a/lsb-s.py +++ b/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 \ No newline at end of file + print secret