[Checkins] [zopefoundation/keas.kmi] ec5332: Add an implementation of encrypt_file and decrypt_...

GitHub noreply at github.com
Fri Apr 22 12:20:55 CEST 2016


  Branch: refs/heads/master
  Home:   https://github.com/zopefoundation/keas.kmi
  Commit: ec53323bc4ea406b5d13a63d1d1981088d0dc3ff
      https://github.com/zopefoundation/keas.kmi/commit/ec53323bc4ea406b5d13a63d1d1981088d0dc3ff
  Author: Rene Jochum <rene at jochums.at>
  Date:   2016-04-11 (Mon, 11 Apr 2016)

  Changed paths:
    M CHANGES.txt
    M src/keas/kmi/facility.py
    M src/keas/kmi/interfaces.py

  Log Message:
  -----------
  Add an implementation of encrypt_file and decrypt_file.

This allows chuncked encoding and decoding of files.

Signed-off-by: Rene Jochum <rene at jochums.at>


  Commit: fa4dcbcfad4f8d0edca1d19cb725e3bb40fcc8fe
      https://github.com/zopefoundation/keas.kmi/commit/fa4dcbcfad4f8d0edca1d19cb725e3bb40fcc8fe
  Author: Rene Jochum <rene at jochums.at>
  Date:   2016-04-11 (Mon, 11 Apr 2016)

  Changed paths:
    M .gitignore
    M bootstrap.py
    M buildout.cfg

  Log Message:
  -----------
  Update bootstrap.py and buildout.cfg.

Signed-off-by: Rene Jochum <rene at jochums.at>


  Commit: e479e038e0d302b873579720a33d3c23ea437113
      https://github.com/zopefoundation/keas.kmi/commit/e479e038e0d302b873579720a33d3c23ea437113
  Author: Rene Jochum <rene at jochums.at>
  Date:   2016-04-13 (Wed, 13 Apr 2016)

  Changed paths:
    M CHANGES.txt
    M src/keas/kmi/facility.py

  Log Message:
  -----------
  Don't add an encryption header ".e" to encrypt_file,

and don't check for it in decrypt_file. It will raise an ValuError.

Signed-off-by: Rene Jochum <rene at jochums.at>


  Commit: d594a132f80af5f46dec8d6efce828b7b9e828b4
      https://github.com/zopefoundation/keas.kmi/commit/d594a132f80af5f46dec8d6efce828b7b9e828b4
  Author: Rene Jochum <rene at jochums.at>
  Date:   2016-04-22 (Fri, 22 Apr 2016)

  Changed paths:
    M src/keas/kmi/README.txt

  Log Message:
  -----------
  Add test for file encryption/decrpytion.

Signed-off-by: Rene Jochum <rene at jochums.at>


  Commit: 2cb3d97e5941961655c4d5098b8cddac4d653fb8
      https://github.com/zopefoundation/keas.kmi/commit/2cb3d97e5941961655c4d5098b8cddac4d653fb8
  Author: Stephan Richter <stephan.richter at gmail.com>
  Date:   2016-04-22 (Fri, 22 Apr 2016)

  Changed paths:
    M .gitignore
    M CHANGES.txt
    M bootstrap.py
    M buildout.cfg
    M src/keas/kmi/README.txt
    M src/keas/kmi/facility.py
    M src/keas/kmi/interfaces.py

  Log Message:
  -----------
  Merge pull request #1 from webmeisterei/enc_dec_file

Add an implementation of encrypt_file and decrypt_file.


Compare: https://github.com/zopefoundation/keas.kmi/compare/d20929d28b42...2cb3d97e5941


More information about the checkins mailing list