[issue34546] Add encryption support to zipfile

2018-09-08 Thread
大野隆弘 added the comment: My original reason of this is supporting Windows Explore decryption. That doesn't support AES but support only this traditional PKWARE encryption. In my work, some recipients who received the zip file cannot install 3rd party tools on their Windows https

[issue34546] Add encryption support to zipfile

2018-08-31 Thread
大野隆弘 added the comment: Agree, we should not enhance weak encryption to the world. But unfortunately, MS Windows supports only this type of encryption as far as I researched. https://blogs.msdn.microsoft.com/oldnewthing/20180515-00/?p=98755 That is the my first motivation of Traditional

[issue34546] Zipfile encryption function

2018-08-30 Thread
New submission from 大野隆弘 : from https://mail.python.org/pipermail/python-ideas/2018-August/053081.html I would like to use zipfile encryption as python standard library. https://github.com/python/cpython/blob/master/Lib/zipfile.py Below document says "currently" cannot. https://