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.

This commit is contained in:
cedricbonhomme 2012-01-02 08:52:53 +01:00
parent 7a4dec5e73
commit f2c2792ff1

View file

@ -20,7 +20,7 @@
# along with this program. If not, see <http://www.gnu.org/licenses/>
__author__ = "Cedric Bonhomme"
__version__ = "$Revision: 0.2 $"
__version__ = "$Revision: 0.4 $"
__date__ = "$Date: 2011/12/28 $"
__license__ = "GPLv3"