[New-bugs-announce] [issue34546] Zipfile encryption function

大野隆弘 report at bugs.python.org
Thu Aug 30 04:40:25 EDT 2018


New submission from 大野隆弘 <oono0114 at gmail.com>:

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

----------
components: Library (Lib)
messages: 324372
nosy: 大野隆弘
priority: normal
severity: normal
status: open
title: Zipfile encryption function
type: enhancement

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue34546>
_______________________________________


More information about the New-bugs-announce mailing list