Since python2.6, it’s now easier to extract data from a password protected zip. But how to create a password protected zipfile in pure python ?
Since python2.6, it’s now easier to extract data from a password protected zip. But
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
I’ve looked for this in the past and been unsuccessful. (I’d love to see a solution get posted!)
One option is a commercial package from chilkatsoft that will do this, but at $150. Makes sense if you are doing a commercial app, but tough to swallow otherwise.
I wound up calling out to the system for my solution, a while ago. Unfortunately, this locks it to a platform.