Kira Erethon <shinjieret...@gmail.com> added the comment:

I'm a newbie in python and tried this in order to learn.I created all the zip 
files (first created a .txt file and zipped it with a password), so I know the 
file inside the zip is encrypted ( ofc I know the password too). Tried this 
with different .txt files and file names just in case there was some problem 
with the naming (didn't use any unicode file names). I'm not really at a level 
I can propose a solution, only thing I know is that zipfile can "decompress" 
the same file with 4 or more passwords without throwing any exception. Of 
course only one of those passwords is correct.
So, bottom line is it's a problem of the zip format and not Python eh?

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue10876>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to