[issue9170] zipfile cannot read AES encrypted files

Amaury Forgeot d'Arc report at bugs.python.org
Tue Jul 6 13:32:03 CEST 2010


Amaury Forgeot d'Arc <amauryfa at gmail.com> 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 -> zipfile cannot read AES encrypted files
type: behavior -> feature request

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue9170>
_______________________________________


More information about the Python-bugs-list mailing list