Commit graph

116 commits

Author SHA1 Message Date
cedricbonhomme
f2c2792ff1 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. 2012-01-02 08:52:53 +01:00
cedricbonhomme
7a4dec5e73 Minor bugfix: import error. 2011-12-31 15:39:49 +01:00
cedricbonhomme
62316f10c1 I prefer to do that this way. 2011-12-30 19:47:23 +01:00
cedricbonhomme
e3d2fbd6e9 Added generator for OEIS:A000217 (http://oeis.org/A000217">A000217). 2011-12-30 12:38:11 +01:00
cedricbonhomme
f830226cf8 Improved implementation of some generators thanks to Vincent Demange (http://lita.sciences.univ-metz.fr/~demange/). 2011-12-30 09:30:15 +01:00
cedricbonhomme
f8da5e9761 Import tools in the binary. 2011-12-29 11:24:33 +01:00
cedricbonhomme
48c77e4087 Added binary for parity steganalysis. 2011-12-29 09:44:49 +01:00
cedricbonhomme
a0aec974c5 Added binary slsb-set. Updated setup.py. 2011-12-29 09:31:34 +01:00
cedricbonhomme
8c51a96cf9 Bugfix in Syracuse sequence. 2011-12-28 18:40:32 +01:00
cedricbonhomme
98bebe3117 Added Syracuse sequence. 2011-12-28 18:15:50 +01:00
cedricbonhomme
1c2181e6f1 Updated copyright date in slsb-gen.py header. 2011-12-28 17:05:28 +01:00
cedricbonhomme
96749a168e Add an exception when the reveal function is called with the bad generator. 2011-12-28 16:07:53 +01:00
cedricbonhomme
94e3112189 Minor changes in comments. 2011-12-28 15:33:46 +01:00
cedricbonhomme
ab0e7abf00 Added slsb-gen.py and generators.py. 2011-12-28 15:30:35 +01:00
cedricbonhomme
a2cab3a9f5 Bug fix. Bad argument in *hide* function when used as module. 2011-03-30 22:11:33 +02:00
cedricbonhomme
c656f3814d Re-ordered files. 2011-03-30 21:41:49 +02:00