Re: [Python-ideas] zipfile encryption function

2018-08-30 Thread 大野隆弘
Thank you for responding. I'm afraid that Windows doesn't and won't support AES zip archive and AES implementation itself is not small task(at least for me), so I would say AES support can be next. https://blogs.msdn.microsoft.com/oldnewthing/20180515-00/?p=98755

Re: [Python-ideas] zipfile encryption function

2018-08-30 Thread M.-A. Lemburg
On 30.08.2018 03:27, 大野隆弘 wrote: > Dear all, > > 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://github.com/python/cpython/blob/master/Doc/library/zipfile.rst >

[Python-ideas] zipfile encryption function

2018-08-29 Thread 大野隆弘
Dear all, 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://github.com/python/cpython/blob/master/Doc/library/zipfile.rst "but it currently cannot create an encrypted