[Python-ideas] zipfile encryption function
大野隆弘
oono0114 at gmail.com
Wed Aug 29 21:27:33 EDT 2018
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 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
please forgive me if someone have already suggested before.
Thanks and Regards,
------------------
Takahiro Ono
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/python-ideas/attachments/20180830/58d6dab0/attachment.html>
More information about the Python-ideas
mailing list