Commit graph

607 commits

Author SHA1 Message Date
Cédric Bonhomme
c5298a8411
typo 2019-10-27 22:04:57 +01:00
Cédric Bonhomme
a9b9136141
Everything in Markdown. 2019-10-27 22:03:36 +01:00
Cédric Bonhomme
3de95517e9
chg dir 2019-10-27 21:53:36 +01:00
Cédric Bonhomme
b116202adb
set the env 2019-10-27 21:46:09 +01:00
Cédric Bonhomme
c6481938de
added type check task 2019-10-27 21:36:59 +01:00
Cédric Bonhomme
dbe54238b4
one more test 2019-10-27 20:01:08 +01:00
Cédric Bonhomme
0d5a8a1362
one more test 2019-10-27 19:47:12 +01:00
Cédric Bonhomme
207ac6c4f8
one more test 2019-10-27 19:44:55 +01:00
Cédric Bonhomme
fbe9f1b6e1
one more test 2019-10-27 19:43:29 +01:00
Cédric Bonhomme
ea165fe1b1
one more test 2019-10-27 19:40:54 +01:00
Cédric Bonhomme
649fd542d7
fix pipenv path 2019-10-27 18:12:48 +01:00
Cédric Bonhomme
4019e792d4
Install node 2019-10-27 18:10:10 +01:00
Cédric Bonhomme
5e909bfc24
added pipenv to the path 2019-10-27 18:03:28 +01:00
Cédric Bonhomme
d3b8a65318
It's pip3... 2019-10-27 17:56:35 +01:00
Cédric Bonhomme
2dc6430373
switch to Debian 2019-10-27 17:54:37 +01:00
Cédric Bonhomme
e74662cc90
Install pip the correct way on Alpine... 2019-10-27 17:48:14 +01:00
Cédric Bonhomme
44fc336c8a
test with alpine 2019-10-27 17:40:47 +01:00
Cédric Bonhomme
508834f7ea
Added pip to the packages for the build. 2019-10-27 17:35:54 +01:00
Cédric Bonhomme
027d3a57f4
Added build manifest for SourceHut. 2019-10-27 17:30:56 +01:00
Cédric Bonhomme
f8cc0f4cb3
Updated version of Pillow. 2019-10-22 22:44:00 +02:00
Cédric Bonhomme
5122f204f6
Cleaned headers info 2019-06-07 22:56:18 +02:00
Cédric Bonhomme
e7017e61a6
Arguments are required here. 2019-06-07 22:43:34 +02:00
Cédric
d47a105ac7
Merge pull request #28 from AdrienCos/master
Improved steganalysis.parity
2019-06-07 20:36:05 +00:00
AdrienCos
a060757f76
Added steganalysis.statistics unit test 2019-06-06 22:36:06 -04:00
AdrienCos
b054fc7a0c
Updated metadata 2019-06-06 22:05:56 -04:00
AdrienCos
2d74094dc3
Fixed steganalysis parity to be compatible with RGBA images 2019-06-06 21:59:25 -04:00
AdrienCos
064456e2a3
Added a unit test for steganlysis-parity 2019-06-06 21:45:15 -04:00
Cédric Bonhomme
e4784ad04d
Updated dependencies. 2019-06-05 00:39:17 +02:00
Cédric Bonhomme
f72cfec815
Updated setup.py 2019-06-05 00:36:27 +02:00
Cédric Bonhomme
6a691c7927
Updated CONTRIBUTORS.rst file 2019-06-05 00:34:47 +02:00
Cédric Bonhomme
a3019f6c1a
Updated changelog 2019-06-05 00:31:30 +02:00
Cédric Bonhomme
ffd9fca5f1
Updated changelog 2019-06-05 00:26:08 +02:00
Cédric
3780379f91
Merge pull request #27 from AdrienCos/master
Implemented LFSR generator (with tests and CLI)
2019-06-04 22:12:07 +00:00
AdrienCos
097692900a Fixed type error 2019-06-04 17:30:55 -04:00
AdrienCos
9f032fffbc Implemented LFSR generator with tests and CLI integration 2019-06-04 17:30:55 -04:00
Cédric
bf094c0361
Merge pull request #26 from AdrienCos/master
Implemented Ackemann generators CLI interface
2019-06-04 21:21:31 +00:00
AdrienCos
1533db0425
Added Ackermann tests for better coverage 2019-06-04 12:29:04 -04:00
AdrienCos
c6603e276b
Fixed unit test for ackermann naive 2019-06-04 12:12:37 -04:00
AdrienCos
3f350c3569
Encapsulated the ackermann_naive generator, updated revision dates 2019-06-04 11:40:50 -04:00
AdrienCos
8f8cd483fd
Adde CLI support for the fast Ackermann generator 2019-06-04 11:36:40 -04:00
AdrienCos
45cdb9a3a5
Merge remote-tracking branch 'upstream/master' 2019-06-01 15:40:36 -04:00
Cédric Bonhomme
5df01ea737
Cosmethic changes. 2019-06-01 12:01:15 +02:00
Cédric Bonhomme
c3f6f392f3
added a shift parameter for the lsb module. closes #25 2019-06-01 11:53:07 +02:00
Cédric Bonhomme
37aeb39167
fixed ackermann tests 2019-06-01 01:39:53 +02:00
Cédric Bonhomme
f3cbe09b21
mypy tests were failing 2019-06-01 01:20:26 +02:00
Cédric Bonhomme
5694e5c806
Ackermann is now encapsulated in a generator. 2019-06-01 00:58:00 +02:00
Cédric Bonhomme
1704aec690
Updated revision date. 2019-05-31 22:30:14 +02:00
Cédric Bonhomme
0e18b2f95a
Ignore the alpha component when revealing a message. 2019-05-31 22:21:35 +02:00
Cédric Bonhomme
3b6be169b2 Merge branch 'master' of github.com:cedricbonhomme/Stegano 2019-05-31 22:15:49 +02:00
Cédric Bonhomme
48ff22476f
fixes #23: lsbset.hide cause .png transparent area lost. 2019-05-31 22:15:04 +02:00