[issue9170] zipfile cannot read AES encrypted files

2013-10-14 Thread Georg Brandl
Georg Brandl added the comment: #8998 has been closed (among others due to legal concerns), so this need not be kept open. -- nosy: +georg.brandl resolution: -> wont fix status: open -> closed ___ Python tracker _

[issue9170] zipfile cannot read AES encrypted files

2010-07-08 Thread Antoine Pitrou
Changes by Antoine Pitrou : -- dependencies: +add crypto routines to stdlib ___ Python tracker ___ ___ Python-bugs-list mailing list Un

[issue9170] zipfile cannot read AES encrypted files

2010-07-08 Thread Antoine Pitrou
Antoine Pitrou added the comment: Do note that providing a patch first requires that encryption/decryption facilities be made available in the stdlib. (right now we only offer hashing, and "high-level" socket wrapping) -- nosy: +pitrou ___ Python tr

[issue9170] zipfile cannot read AES encrypted files

2010-07-08 Thread Antoine Pitrou
Changes by Antoine Pitrou : -- versions: +Python 3.2 -Python 2.6 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue9170] zipfile cannot read AES encrypted files

2010-07-06 Thread Amaury Forgeot d'Arc
Amaury Forgeot d'Arc added the comment: zipfile only supports the "Traditional PKWARE Encryption" method. Support for other encryption methods would be useful. -- nosy: +amaury.forgeotdarc stage: -> needs patch title: zipfile.extractall raises runtime error on correct password -> zipfi