Commit graph

198 commits

Author SHA1 Message Date
Cédric Bonhomme
3531769483
Updated module version number. 2016-08-25 08:31:40 +02:00
Cédric Bonhomme
c6eb521be5
Removed no more used sample files in the tests folder. 2016-08-25 08:15:36 +02:00
Cédric Bonhomme
66c6f2b3a3
Reorganization of the steganalysis sub-module. 2016-08-25 08:13:05 +02:00
Cédric Bonhomme
bc741a1c4e
Updated README. 2016-08-04 22:24:40 +02:00
Cédric Bonhomme
e440ffff14
Updated CHANGELOG. 2016-08-04 22:06:38 +02:00
Cédric Bonhomme
f61e885adb
Updated CHANGELOG. 2016-08-04 22:04:02 +02:00
Cédric Bonhomme
46ee52f8e1
Updated documentation appropriately. 2016-08-04 21:50:32 +02:00
Cédric Bonhomme
0d1c5cc4c1
Update steganalysis functions. 2016-08-04 21:30:51 +02:00
Cédric Bonhomme
d3d03c2f74
'hide' and 'reveal' are now sub-parameter of the command line. 2016-08-04 21:24:39 +02:00
Cédric Bonhomme
1879197624
Starting to improve the command line. 2016-08-04 13:22:23 +02:00
Cédric Bonhomme
a54909f4ad
Prepare the new release 0.5.5 (bugfix). 2016-08-03 23:05:13 +02:00
Cédric Bonhomme
b080f778be Merge pull request #7 from nejdetckenobi/master
Padding for `base64.b64decodestring` changed into `b'==='`.
2016-08-03 17:54:40 +02:00
nejdet
d3fbe07c90 Padding for base64.b64decodestring changed into b'==='.
Fixes #6
2016-08-03 17:23:59 -04:00
Cédric Bonhomme
3279b0c52a
Updated tests for lsbset. 2016-05-26 07:35:23 +02:00
Cédric Bonhomme
031e1ca84c
Updated tests for lsb 2016-05-26 07:32:35 +02:00
Cédric Bonhomme
fef2040fca
Python 2 compatibility for exifHeader. 2016-05-26 07:18:56 +02:00
Cédric Bonhomme
1def5672ab
Updated documentation. 2016-05-22 22:30:32 +02:00
Cédric Bonhomme
f7d354a9c4
Bumped version numberd and updated the CHANGELOG. 2016-05-22 15:38:36 +02:00
Cédric Bonhomme
4c2fb50c68
Displays a message when the generator is unknown. 2016-05-22 15:28:13 +02:00
Cédric Bonhomme
f8668a978e
The generator provided to lsbset.hide() lsbset.reveal() is now a function. Closes #5. 2016-05-22 15:23:54 +02:00
Cédric Bonhomme
a0f6f24d7c
Check if the generator is implemented in Stegano. 2016-05-22 00:13:29 +02:00
Cédric Bonhomme
d850bbd8a0
Misc improvements. 2016-05-21 22:20:05 +02:00
Cédric Bonhomme
6cd22dfe72
Closes #4. 2016-05-21 16:53:43 +02:00
Cédric Bonhomme
eeb8132b4b
Bumped version number. 2016-05-19 22:38:07 +02:00
Cédric Bonhomme
e4f9a08cd7
Moved sample files and updated documentation. 2016-05-19 22:14:47 +02:00
Cédric Bonhomme
872a5546fc
Reorganization of all modules. 2016-05-19 21:32:15 +02:00
Cédric Bonhomme
e0bed8ba52
Updated README. 2016-05-19 07:33:24 +02:00
Cédric Bonhomme
c9dda3da00
Improved 'red' module and added unit tests for the 'red' module. 2016-05-19 07:30:50 +02:00
Cédric Bonhomme
68611ad03d
Removed useless example. 2016-05-19 07:08:38 +02:00
Cédric Bonhomme
4749adc5f7
Renamed basic.py to red.py. 2016-05-19 07:08:07 +02:00
Cédric Bonhomme
46c3f6d072
Updated CHANGELOG. 2016-05-18 09:18:00 +02:00
Cédric Bonhomme
bee4aa3bc8
Updated ReadTheDocs url. 2016-05-18 09:07:04 +02:00
Cédric Bonhomme
ac66a9b471
Updated README. 2016-05-18 09:05:18 +02:00
Cédric Bonhomme
a54a8774bd
Reorganization of the documentation. 2016-05-18 08:44:47 +02:00
Cédric Bonhomme
6fd797896d
Updated setup.py according to the recent changes. 2016-05-18 07:49:33 +02:00
Cédric Bonhomme
fd202bf42c
Added test image. 2016-05-18 07:47:37 +02:00
Cédric Bonhomme
f9b33b33ef
Updated tests of the exifHeader module and some improvements for this module. 2016-05-18 07:47:13 +02:00
Cédric Bonhomme
064c87146c
Typo. 2016-05-18 07:17:58 +02:00
Cédric Bonhomme
e84ddc4da7
Updated .gitignore. 2016-05-18 07:17:16 +02:00
Cédric Bonhomme
ed3e8560a5
exifHeader is now using another exif Python module. 2016-05-17 15:27:49 +02:00
Cédric Bonhomme
23abfcf2d7
Minor updates in the documentation 2016-05-17 11:20:09 +02:00
Cédric Bonhomme
f5d4a4ca41
Added tests for exifHeader module. The reveal function of the exifHeader module now returns the result instead of simply printing the clear message. 2016-05-17 09:59:12 +02:00
Cédric Bonhomme
38587c7839
The user now has the possibility to not store the copyright in the image. 2016-05-17 08:37:35 +02:00
Cédric Bonhomme
d869dadcc0 Merge pull request #3 from papercapp/master
add optional auto_convert_rgb parameter to slsb.hide/slsbset.hide; ad…
2016-04-21 22:11:15 +02:00
panni
a38f23509b add optional auto_convert_rgb parameter to slsb.hide/slsbset.hide; add .idea to .gitignore 2016-04-21 15:23:04 +02:00
Cédric Bonhomme
75b41a2e2e
Bumped version number 2016-04-16 14:15:32 +02:00
Cédric Bonhomme
7a40af8f1b
Updated CHANGELOG. 2016-04-16 14:13:14 +02:00
Cédric Bonhomme
1a25273a9f
Tests with coverage. 2016-04-13 22:52:23 +02:00
Cédric Bonhomme
75769e5bf7
Renamed test class. 2016-04-13 22:31:58 +02:00
Cédric Bonhomme
dc3cdd8f62
Added link to the Travis result in the readme. 2016-04-13 08:41:54 +02:00