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.

classification
Title: ZipFile - support for file decryption
Type: Stage:
Components: Library (Lib) Versions: Python 2.3
process
Status: closed Resolution: accepted
Dependencies: Superseder:
Assigned To: Nosy List: giovannibajo, loewis
Priority: normal Keywords: patch

Created on 2003-03-06 16:57 by giovannibajo, last changed 2022-04-10 16:07 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
zipfile_decryption.diff giovannibajo, 2003-03-06 16:59 Support for decryption
test_zipfile.diff giovannibajo, 2003-03-09 18:10 Patch for test_zipfile.py which tests for decryption
libzipfile.tex.diff giovannibajo, 2003-03-09 18:43 Documentation update
Messages (2)
msg42972 - (view) Author: Giovanni Bajo (giovannibajo) Date: 2003-03-06 16:57
The attached patch adds support for the ZIP file 
decryption. Right now, only decryption is supported (not 
encryption), but I will work on this as well if there are no 
problems with this patch.

The ZIP encryption scheme uses 96-bits keys, so there 
might be some US law annoyances (see http://www.info-
zip.org/pub/infozip/FAQ.html#crypto). To me, everything 
seems legit, but I am not a lawyer.
msg42973 - (view) Author: Martin v. Löwis (loewis) * (Python committer) Date: 2007-02-13 09:50
Thanks for the patch. Committed as r53765
History
Date User Action Args
2022-04-10 16:07:26adminsetgithub: 38116
2003-03-06 16:57:30giovannibajocreate