Commit graph

  • c4b1fdac56
    Updated Pipfile.lock due to CVE-2018-18074. Cédric Bonhomme 2018-11-05 11:39:36 +01:00
  • 9f2f73973a
    Merge pull request #21 from BoboTiG/fix-resource-warnings Cédric Bonhomme 2018-08-18 11:52:02 +02:00
  • f9619a8e1c Fix ResourceWarning: unclosed file, in tests #21 Mickaël Schoentgen 2018-08-18 11:43:38 +02:00
  • 041a4ee05b
    Prepare the new release. v0.8.5 Cédric Bonhomme 2018-04-18 14:26:45 +02:00
  • d863dd71a1
    Updated Pipfile. Cédric Bonhomme 2018-04-18 14:03:19 +02:00
  • a3f02db66c
    fix for the UTF-8 characters in the README. Cédric Bonhomme 2018-04-18 13:56:12 +02:00
  • 3752660742
    Bumped version number. v0.8.4 Cédric Bonhomme 2018-02-28 22:48:52 +01:00
  • 29b99f5db9
    Updated README. Cédric Bonhomme 2018-02-28 22:45:21 +01:00
  • 9967ba300e
    Updated Pipfile. Cédric Bonhomme 2018-02-28 09:41:57 +01:00
  • e7a5a9aac9
    Updated README. Cédric Bonhomme 2018-02-28 09:41:22 +01:00
  • d5490006d5
    Updated README. Cédric Bonhomme 2018-02-27 23:04:03 +01:00
  • ea406bf4d1
    Added requirements to Pyhon 3.6.3 Cédric Bonhomme 2018-02-27 22:36:09 +01:00
  • 3c3ab16ebc
    Added twine to the dev packages. Cédric Bonhomme 2018-02-24 00:10:46 +01:00
  • 1dced550af
    Bump version number. v0.8.3 Cédric Bonhomme 2018-02-23 21:44:24 +01:00
  • 09bc6cbaea
    Removed env PIPENV_IGNORE_VIRTUALENVS=1 Cédric Bonhomme 2018-02-23 21:35:27 +01:00
  • 3fb30f06f3
    Update travils.yml file Cédric Bonhomme 2018-02-23 21:31:43 +01:00
  • 08f4dd9357
    Fix error in travis.yml with the new Pipfile. Cédric Bonhomme 2018-02-23 21:25:41 +01:00
  • 894a361340
    Updated setup.py Cédric Bonhomme 2018-02-23 15:39:48 +01:00
  • 0891b92b12
    Updated Python full version with pipenv Cédric Bonhomme 2018-02-23 15:21:06 +01:00
  • 9de4643458
    Updated READNE and changelog. Cédric Bonhomme 2018-02-23 15:04:24 +01:00
  • 4d381a56fb
    Updated README.rst Cédric Bonhomme 2018-02-23 15:02:02 +01:00
  • db76cfeb73
    Switch to pipenv. Cédric Bonhomme 2018-02-23 14:46:34 +01:00
  • 73245e9d2a
    Switch to pipenv. Cédric Bonhomme 2018-02-23 14:44:32 +01:00
  • 5f458a7f0d
    Updated README. Cédric Bonhomme 2018-01-12 21:25:20 +01:00
  • 8137489c7a
    Updated README. Cédric Bonhomme 2017-12-23 00:09:19 +01:00
  • 3f67ff8ac6
    Updated CHANGELOG. v0.8.2 Cédric Bonhomme 2017-12-20 22:19:33 +01:00
  • 5ec1f338b2
    Fixed a bug with the new 'encoding' function when using Stegano as a command line tool. No default value was set. Default value is UTF-8. Cédric Bonhomme 2017-12-20 22:17:03 +01:00
  • d942f8bdfb Merge branch 'master' of github.com:cedricbonhomme/Stegano Cédric Bonhomme 2017-07-23 10:52:08 +02:00
  • 29e3dcfe75
    Added a precision about the optional type checker. Cédric Bonhomme 2017-07-23 10:51:30 +02:00
  • 00567718a0
    How to contribute with pew. Cédric Bonhomme 2017-06-28 18:42:02 +02:00
  • 5322ae7839
    Change the generator used for the test. Cédric Bonhomme 2017-06-11 23:40:15 +02:00
  • 26f38f98de
    Updated README. Cédric Bonhomme 2017-05-16 14:40:19 +02:00
  • e0a172f868
    Updated documentation. v0.8.1 Cédric Bonhomme 2017-05-16 08:27:53 +02:00
  • 8f73d9e733
    list available choices for the arguments when necessary Cédric Bonhomme 2017-05-16 07:38:33 +02:00
  • 61b6ec7175 it is now possible to specify the encoding (UTF-8 or UTF-32LE) of the message to hide/reveal through the command line (for the LSb module). Cédric Bonhomme 2017-05-15 22:57:13 +02:00
  • b907985886
    Updated setup.py. Cédric Bonhomme 2017-05-13 17:38:11 +02:00
  • 349f776aad
    Updated setup.py. Cédric Bonhomme 2017-05-13 17:37:07 +02:00
  • 4136f047ab
    Updated .gitignore. Cédric Bonhomme 2017-05-13 17:34:50 +02:00
  • 0b7ba6a998
    Add proper exit code check to mypy script. Cédric Bonhomme 2017-05-07 15:13:18 +02:00
  • c5c2d34591
    Updated CONTRIBUTORS.rst Cédric Bonhomme 2017-05-07 14:36:32 +02:00
  • 39ed2d493e Merge pull request #16 from maxwellgerber/cleanup-unittest Cédric Bonhomme 2017-05-07 13:52:03 +02:00
  • e47f55af7e Finish cleaning up unit tests per cedric's approval #16 Maxwell Gerber 2017-05-07 03:55:18 -07:00
  • fad3631cdc Merge pull request #15 from maxwellgerber/cleanup-unittest Cédric Bonhomme 2017-05-07 12:39:27 +02:00
  • 49c2986584 Move mersene to own file #15 Maxwell Gerber 2017-05-07 03:20:38 -07:00
  • 74c4ff25a1 Move base64 string constant to own file, move ackermann to own file, create expected-results directory Maxwell Gerber 2017-05-07 03:11:57 -07:00
  • cbb9df7675
    Version 0.8. v0.8 Cédric Bonhomme 2017-05-06 23:20:54 +02:00
  • a770f402cb
    Updated README. Cédric Bonhomme 2017-05-06 22:20:07 +02:00
  • 58bec3b7c7
    Updated CHANGELOG. Cédric Bonhomme 2017-05-06 09:25:48 +02:00
  • f5c22be82b
    Updated documentation. Cédric Bonhomme 2017-05-06 00:00:50 +02:00
  • 9b2dae3a99
    Problem with the return code of mypr :-( Cédric Bonhomme 2017-05-05 23:50:24 +02:00
  • 8e24845b59
    Forgot code block Cédric Bonhomme 2017-05-05 23:39:55 +02:00
  • 1ce140d638
    Updated command line and README. Cédric Bonhomme 2017-05-05 23:35:27 +02:00
  • 2814f04f80
    Updated README with description about Steganography. Closes #13. Cédric Bonhomme 2017-05-05 21:17:33 +02:00
  • b6c53415f3
    Release 0.7.1. v0.7.1 Cédric Bonhomme 2017-05-05 11:28:37 +02:00
  • 4122358571
    Improved type check in statistics.py. mypy check added in travis configuration file. Cédric Bonhomme 2017-05-05 11:07:09 +02:00
  • 98682932b5
    Improved generators and the coverage of the tests. Cédric Bonhomme 2017-05-05 09:46:12 +02:00
  • 385dc39753
    Updated README. Cédric Bonhomme 2017-05-04 21:20:51 +02:00
  • 6895f96398
    Prepare the new release v0.7. v0.7 Cédric Bonhomme 2017-05-04 21:16:03 +02:00
  • bcb58fab36
    Added Python 3.6 in the setup.py file. Cédric Bonhomme 2017-05-04 17:44:55 +02:00
  • d00d6b12d7
    updated CHANGELOG Cédric Bonhomme 2017-05-04 15:13:51 +02:00
  • 6c362447fa
    updated CHANGELOG Cédric Bonhomme 2017-05-04 14:58:05 +02:00
  • a279b21a70
    Solve mypy warning. Cédric Bonhomme 2017-05-04 13:25:14 +02:00
  • 13f0fb8086 Merge branch 'unicode' Cédric Bonhomme 2017-05-04 13:08:33 +02:00
  • 6be5c32fe7
    Updated revision date of changed Python files. Cédric Bonhomme 2017-05-04 13:08:20 +02:00
  • 5f5c07493c
    Introduce a new argument in a2bits_list in order to specify the encoding of the string (unicode) Cédric Bonhomme 2017-05-04 13:05:56 +02:00
  • 293346a2ee
    why not test with Python 3.6? Cédric Bonhomme 2017-03-22 08:47:12 +01:00
  • 49964d4f16 Merge branch 'unicode' of github.com:cedricbonhomme/Stegano into unicode Cédric Bonhomme 2017-03-21 07:39:00 +01:00
  • 3e549bd543 Merge branch 'master' of github.com:cedricbonhomme/Stegano into unicode Cédric Bonhomme 2017-03-21 07:38:49 +01:00
  • a14adf70e0
    Updated CONTRIBUTORS.rst Cédric Bonhomme 2017-03-20 23:17:02 +01:00
  • 4fc8eac172
    a2bits_list now return a list of 32 bits characters Cédric Bonhomme 2017-03-20 22:53:55 +01:00
  • 0fd6fc51fb
    Display the CI status for the master branch. Cédric Bonhomme 2017-03-13 09:39:09 +01:00
  • 6ad140bdfb
    Management of unicode. It would be perfect to manage ASCII and unicode in the same time (so 8 bits to 32 bits caracters). Cédric Bonhomme 2017-03-13 09:34:43 +01:00
  • e803386361
    Prepare the new release. v0.6.9 Cédric Bonhomme 2017-03-10 07:59:39 +01:00
  • a94128e6c6
    Improved display of generators Cédric Bonhomme 2017-03-10 07:58:12 +01:00
  • 9feb1aa72b
    Better typing. Fixed a bug with a generator that has been renamed. Cédric Bonhomme 2017-03-10 07:22:16 +01:00
  • 53cdd28fee
    Test the function which transforms a binary file to a printable string. Cédric Bonhomme 2017-03-09 10:33:58 +01:00
  • b31d830c76
    Remove dead man walking set generator. Cédric Bonhomme 2017-03-09 10:02:52 +01:00
  • 7c9530aa9d
    More tests for the generators. Cédric Bonhomme 2017-03-09 08:54:13 +01:00
  • 0da9d9882e
    Introduces some type hints. Cédric Bonhomme 2017-03-09 08:11:12 +01:00
  • 3e923e49a8
    Prepare new release. v0.6.8 Cédric Bonhomme 2017-03-08 23:10:11 +01:00
  • adca3f701a
    Updated tests. Cédric Bonhomme 2017-03-08 23:08:18 +01:00
  • 7a5c23ef2f
    Fixed #12. More tests to come. Cédric Bonhomme 2017-03-08 22:26:12 +01:00
  • 091f33c521
    Test and improved the generators. Cédric Bonhomme 2017-03-01 07:53:10 +01:00
  • b9fad5f044
    Various improvements in lsb and lsbset modules. Cédric Bonhomme 2017-02-28 07:52:44 +01:00
  • 119aecf3a6
    Updated .gitignore. Cédric Bonhomme 2017-02-28 07:36:09 +01:00
  • c068357153
    cut and paste error Cédric Bonhomme 2017-02-22 11:46:49 +01:00
  • b71c866cf2
    More tests. Cédric Bonhomme 2017-02-22 11:45:04 +01:00
  • c65e83b62e
    typo Cédric Bonhomme 2017-02-22 11:02:00 +01:00
  • 4b1b28f5f9
    Updated README. Cédric Bonhomme 2017-02-22 11:01:02 +01:00
  • e0ed23a225
    Improved tests for lsb and lsbset module. Cédric Bonhomme 2017-02-22 10:50:03 +01:00
  • 7bee922746
    added missing file Cédric Bonhomme 2017-02-22 09:03:22 +01:00
  • ce28039b1a
    install dev requirements for Travis. Cédric Bonhomme 2017-02-22 09:01:38 +01:00
  • 3bc6afde81
    added coveralls badge in the README. Cédric Bonhomme 2017-02-22 08:58:56 +01:00
  • 997002eded
    link travis with coveralls Cédric Bonhomme 2017-02-22 08:57:06 +01:00
  • c0669e0f7a
    Removed useless write functions. Cédric Bonhomme 2017-02-22 08:41:20 +01:00
  • 39855a2008
    Updated README. Cédric Bonhomme 2017-02-22 08:37:53 +01:00
  • 07fa54e7d0
    Clean comments. Cédric Bonhomme 2017-02-22 07:18:46 +01:00
  • 316d50b96f
    Stop support of Python 2. Cédric Bonhomme 2017-02-22 07:16:46 +01:00
  • f922905d10
    Clean comments. Cédric Bonhomme 2017-02-22 07:15:58 +01:00
  • 518729cd31
    Typo. Cédric Bonhomme 2017-02-21 07:45:00 +01:00