Commit graph

431 commits

Author SHA1 Message Date
Cédric Bonhomme
6895f96398
Prepare the new release v0.7. 2017-05-04 21:16:03 +02:00
Cédric Bonhomme
bcb58fab36
Added Python 3.6 in the setup.py file. 2017-05-04 17:44:55 +02:00
Cédric Bonhomme
d00d6b12d7
updated CHANGELOG 2017-05-04 15:13:51 +02:00
Cédric Bonhomme
6c362447fa
updated CHANGELOG 2017-05-04 14:58:05 +02:00
Cédric Bonhomme
a279b21a70
Solve mypy warning. 2017-05-04 13:25:14 +02:00
Cédric Bonhomme
13f0fb8086 Merge branch 'unicode' 2017-05-04 13:08:33 +02:00
Cédric Bonhomme
6be5c32fe7
Updated revision date of changed Python files. 2017-05-04 13:08:20 +02:00
Cédric Bonhomme
5f5c07493c
Introduce a new argument in a2bits_list in order to specify the encoding of the string (unicode) 2017-05-04 13:05:56 +02:00
Cédric Bonhomme
293346a2ee
why not test with Python 3.6? 2017-03-22 08:47:12 +01:00
Cédric Bonhomme
49964d4f16 Merge branch 'unicode' of github.com:cedricbonhomme/Stegano into unicode 2017-03-21 07:39:00 +01:00
Cédric Bonhomme
3e549bd543 Merge branch 'master' of github.com:cedricbonhomme/Stegano into unicode 2017-03-21 07:38:49 +01:00
Cédric Bonhomme
a14adf70e0
Updated CONTRIBUTORS.rst 2017-03-20 23:17:02 +01:00
Cédric Bonhomme
4fc8eac172
a2bits_list now return a list of 32 bits characters 2017-03-20 22:53:55 +01:00
Cédric Bonhomme
0fd6fc51fb
Display the CI status for the master branch. 2017-03-13 09:39:09 +01:00
Cédric Bonhomme
6ad140bdfb
Management of unicode. It would be perfect to manage ASCII and unicode in the same time (so 8 bits to 32 bits caracters). 2017-03-13 09:34:43 +01:00
Cédric Bonhomme
e803386361
Prepare the new release. 2017-03-10 07:59:39 +01:00
Cédric Bonhomme
a94128e6c6
Improved display of generators 2017-03-10 07:58:12 +01:00
Cédric Bonhomme
9feb1aa72b
Better typing. Fixed a bug with a generator that has been renamed. 2017-03-10 07:22:16 +01:00
Cédric Bonhomme
53cdd28fee
Test the function which transforms a binary file to a printable string. 2017-03-09 10:33:58 +01:00
Cédric Bonhomme
b31d830c76
Remove dead man walking set generator. 2017-03-09 10:02:52 +01:00
Cédric Bonhomme
7c9530aa9d
More tests for the generators. 2017-03-09 08:54:13 +01:00
Cédric Bonhomme
0da9d9882e
Introduces some type hints. 2017-03-09 08:11:12 +01:00
Cédric Bonhomme
3e923e49a8
Prepare new release. 2017-03-08 23:10:11 +01:00
Cédric Bonhomme
adca3f701a
Updated tests. 2017-03-08 23:08:18 +01:00
Cédric Bonhomme
7a5c23ef2f
Fixed #12. More tests to come. 2017-03-08 22:26:12 +01:00
Cédric Bonhomme
091f33c521
Test and improved the generators. 2017-03-01 07:53:10 +01:00
Cédric Bonhomme
b9fad5f044
Various improvements in lsb and lsbset modules. 2017-02-28 07:52:44 +01:00
Cédric Bonhomme
119aecf3a6
Updated .gitignore. 2017-02-28 07:36:09 +01:00
Cédric Bonhomme
c068357153
cut and paste error 2017-02-22 11:46:49 +01:00
Cédric Bonhomme
b71c866cf2
More tests. 2017-02-22 11:45:04 +01:00
Cédric Bonhomme
c65e83b62e
typo 2017-02-22 11:02:00 +01:00
Cédric Bonhomme
4b1b28f5f9
Updated README. 2017-02-22 11:01:02 +01:00
Cédric Bonhomme
e0ed23a225
Improved tests for lsb and lsbset module. 2017-02-22 10:50:03 +01:00
Cédric Bonhomme
7bee922746
added missing file 2017-02-22 09:03:22 +01:00
Cédric Bonhomme
ce28039b1a
install dev requirements for Travis. 2017-02-22 09:01:38 +01:00
Cédric Bonhomme
3bc6afde81
added coveralls badge in the README. 2017-02-22 08:58:56 +01:00
Cédric Bonhomme
997002eded
link travis with coveralls 2017-02-22 08:57:06 +01:00
Cédric Bonhomme
c0669e0f7a
Removed useless write functions. 2017-02-22 08:41:20 +01:00
Cédric Bonhomme
39855a2008
Updated README. 2017-02-22 08:37:53 +01:00
Cédric Bonhomme
07fa54e7d0
Clean comments. 2017-02-22 07:18:46 +01:00
Cédric Bonhomme
316d50b96f
Stop support of Python 2. 2017-02-22 07:16:46 +01:00
Cédric Bonhomme
f922905d10
Clean comments. 2017-02-22 07:15:58 +01:00
Cédric Bonhomme
518729cd31
Typo. 2017-02-21 07:45:00 +01:00
Cédric Bonhomme
42571faaaa
Added a missing dependency in the setup.py file. 2017-02-21 07:41:53 +01:00
Cédric Bonhomme
76fd4a0cbb
Prepare the new release. 2017-02-20 14:19:51 +01:00
Cédric Bonhomme
52290110cf
added crayons in requirements.txt 2017-02-20 14:17:13 +01:00
Cédric Bonhomme
6215c03939
the command line now uses the crayons Python library in order to have colored strings in the terminal. 2017-02-20 14:16:41 +01:00
Cédric Bonhomme
263e287559
clean code related to tools.binary2base64 and tools.base642binary functions. 2017-02-20 12:16:24 +01:00
Cédric Bonhomme
190f790e50
clean... 2017-02-19 23:59:12 +01:00
Cédric Bonhomme
3ff8245729
Updated documentation. 2017-02-18 00:18:47 +01:00