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.

Author Kira.Erethon
Recipients Kira.Erethon, eric.smith, pitrou
Date 2011-01-19.01:03:24
SpamBayes Score 1.647601e-05
Marked as misclassified No
Message-id <1295399009.49.0.236825140412.issue10876@psf.upfronthosting.co.za>
In-reply-to
Content
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?
History
Date User Action Args
2011-01-19 01:03:29Kira.Erethonsetrecipients: + Kira.Erethon, pitrou, eric.smith
2011-01-19 01:03:29Kira.Erethonsetmessageid: <1295399009.49.0.236825140412.issue10876@psf.upfronthosting.co.za>
2011-01-19 01:03:24Kira.Erethonlinkissue10876 messages
2011-01-19 01:03:24Kira.Erethoncreate