This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author 大野隆弘
Recipients 大野隆弘
Date 2018-08-30.08:40:25
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1535618425.84.0.56676864532.issue34546@psf.upfronthosting.co.za>
In-reply-to
Content
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://github.com/python/cpython/blob/master/Doc/library/zipfile.rst
"but it currently cannot create an encrypted file."

Current pythonians like me have to use 3rd party like below, but I believe it is worth to include.
https://pypi.org/project/pyminizip/
https://github.com/wllm-rbnt/py-zipcrypt
History
Date User Action Args
2018-08-30 08:40:25大野隆弘setrecipients: + 大野隆弘
2018-08-30 08:40:25大野隆弘setmessageid: <1535618425.84.0.56676864532.issue34546@psf.upfronthosting.co.za>
2018-08-30 08:40:25大野隆弘linkissue34546 messages
2018-08-30 08:40:25大野隆弘create