[Patches] [ python-Patches-698833 ] ZipFile - support for file decryption

SourceForge.net noreply at sourceforge.net
Tue Feb 13 10:50:09 CET 2007


Patches item #698833, was opened at 2003-03-06 17:57
Message generated for change (Comment added) made by loewis
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=305470&aid=698833&group_id=5470

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: Library (Lib)
Group: Python 2.3
>Status: Closed
>Resolution: Accepted
Priority: 5
Private: No
Submitted By: Giovanni Bajo (giovannibajo)
Assigned to: Nobody/Anonymous (nobody)
Summary: ZipFile - support for file decryption

Initial Comment:
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.

----------------------------------------------------------------------

>Comment By: Martin v. Löwis (loewis)
Date: 2007-02-13 10:50

Message:
Logged In: YES 
user_id=21627
Originator: NO

Thanks for the patch. Committed as r53765

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=305470&aid=698833&group_id=5470


More information about the Patches mailing list