From f2c2792ff1f3d5bf7e7cce70d861ffa534f220ef Mon Sep 17 00:00:00 2001 From: cedricbonhomme Date: Mon, 2 Jan 2012 08:52:53 +0100 Subject: [PATCH] Release 0.4. Version 0.4 introduces a more advanced LSB method based on integers sets. The sets generated with Python generators (Sieve of Eratosthenes, Fermat, Carmichael numbers, etc.) are used to select the pixels to use in order to hide the information. You can use these new methods in your Python codes as a Python module or as a program in your scripts. --- stegano/slsbset.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stegano/slsbset.py b/stegano/slsbset.py index a5057ef..a89b674 100644 --- a/stegano/slsbset.py +++ b/stegano/slsbset.py @@ -20,7 +20,7 @@ # along with this program. If not, see __author__ = "Cedric Bonhomme" -__version__ = "$Revision: 0.2 $" +__version__ = "$Revision: 0.4 $" __date__ = "$Date: 2011/12/28 $" __license__ = "GPLv3"