Cédric Bonhomme
|
ab0ff1cf5a
|
Updated Readme file.
|
2013-03-20 23:36:01 +01:00 |
|
Cédric Bonhomme
|
8b9560cf92
|
Updated INSTALL file: instruction to install Pillow (friendly for of the Python Imaging Library module).
|
2013-03-20 21:22:38 +01:00 |
|
Cédric Bonhomme
|
b3a4bdaf4b
|
Porting code with 2to3 with some manual changes. The pillow modules is now required https://github.com/python-imaging/Pillow/
|
2013-03-20 21:17:31 +01:00 |
|
Cédric Bonhomme
|
f629773772
|
Raise an exception if the message to hide is too long. closed #1
|
2013-02-10 13:29:12 +01:00 |
|
Cédric Bonhomme
|
e2210bab54
|
Raise an exception if the message to hide is too long. resolves #1
|
2013-02-10 13:22:34 +01:00 |
|
Cédric Bonhomme
|
60f9752dc1
|
Updated copyrights years.
|
2013-01-07 07:40:58 +01:00 |
|
Cédric Bonhomme
|
06d9232203
|
Updated picture
|
2012-12-17 00:05:40 +01:00 |
|
Cédric Bonhomme
|
a715e53072
|
New example with Ginnifer Goodwin.
|
2012-12-16 23:45:44 +01:00 |
|
Cédric Bonhomme
|
c14476e073
|
Udated example1.sh.
|
2012-12-16 01:40:35 +01:00 |
|
Cédric Bonhomme
|
280c39fbc0
|
Renamed README.
|
2012-12-14 11:52:35 +01:00 |
|
Cédric Bonhomme
|
dabbf2a727
|
Updated README.
|
2012-12-14 11:52:15 +01:00 |
|
Cédric Bonhomme
|
a22605f5fe
|
Added logorithmic generator.
|
2012-12-14 11:45:13 +01:00 |
|
cedricbonhomme
|
409da738dd
|
Fixed an error in index.rst.
|
2012-09-17 22:36:37 +02:00 |
|
cedricbonhomme
|
0c0f9b352d
|
Copy and paste error in the doc.
|
2012-09-16 09:04:48 +02:00 |
|
cedricbonhomme
|
9e81fd9be0
|
Updated the documentation.
|
2012-07-25 17:16:51 +02:00 |
|
cedricbonhomme
|
800f8e9233
|
Added link to the tutorial page.
|
2012-07-25 14:11:35 +02:00 |
|
cedricbonhomme
|
b85aeda93e
|
Added code-block for bash in the Sphinx documentatioN;
|
2012-07-25 14:05:00 +02:00 |
|
cedricbonhomme
|
aa75652549
|
Bigfix. Sphinx error in turorial.rst
|
2012-07-25 13:58:19 +02:00 |
|
cedricbonhomme
|
4721c08b6f
|
Added tutorial.rst.
|
2012-07-25 13:54:59 +02:00 |
|
cedricbonhomme
|
2e7789af53
|
Updated documentation (index.rst).
|
2012-07-25 13:45:57 +02:00 |
|
cedricbonhomme
|
360ac2bc7c
|
Added initial structure for the documentatio.
|
2012-07-25 13:34:39 +02:00 |
|
cedricbonhomme
|
1332fd8340
|
Added Generator for 'Le Gant de la résurrection'.
|
2012-04-20 23:38:42 +02:00 |
|
cedricbonhomme
|
9c5250af01
|
PIL is required for Stéganô.
|
2012-03-12 09:08:39 +01:00 |
|
cedricbonhomme
|
b4a1e1d0bb
|
Updated setup.py with the requiered modules.
|
2012-03-12 09:00:21 +01:00 |
|
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
|
98fe828ffb
|
Added comments in example3.sh
|
2011-12-30 19:55:21 +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
|
03e35037cc
|
Fix type in example1.sh
|
2011-12-30 11:56:51 +01:00 |
|
cedricbonhomme
|
fbab1f1794
|
Updated examples.
|
2011-12-30 11:55:01 +01:00 |
|
cedricbonhomme
|
26c4f7d137
|
Added example3.sh
|
2011-12-30 10:49:06 +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
|
1c568f6095
|
Updated README.
|
2011-12-29 15:03:00 +01:00 |
|
cedricbonhomme
|
c76fbc7619
|
Updated README.
|
2011-12-29 15:00:32 +01:00 |
|
cedricbonhomme
|
c2765db1a3
|
Updated README.
|
2011-12-29 14:58:39 +01:00 |
|
cedricbonhomme
|
380d966835
|
Updated README.
|
2011-12-29 14:53:56 +01:00 |
|
cedricbonhomme
|
7ee1ab7396
|
Added .hgignore.
|
2011-12-29 13:43:49 +01:00 |
|
cedricbonhomme
|
f8da5e9761
|
Import tools in the binary.
|
2011-12-29 11:24:33 +01:00 |
|
cedricbonhomme
|
5c8f8610b4
|
Updated example2.sh
|
2011-12-29 09:58:37 +01:00 |
|
cedricbonhomme
|
67bdb74bcd
|
Added example2.sh
|
2011-12-29 09:58:01 +01:00 |
|
cedricbonhomme
|
d3b891a787
|
Bugfix
|
2011-12-29 09:49:24 +01:00 |
|
cedricbonhomme
|
48c77e4087
|
Added binary for parity steganalysis.
|
2011-12-29 09:44:49 +01:00 |
|
cedricbonhomme
|
7d8670e72c
|
Minor bugfix in the binary.
|
2011-12-29 09:38:11 +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 |
|