mirror of
https://github.com/cedricbonhomme/Stegano.git
synced 2025-05-12 17:18:30 +02:00
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:
parent
7a4dec5e73
commit
f2c2792ff1
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue