Hey all,
I am new to python and I need to unzip a zip file which is password protected. I tried using zipfile class. Aparently, when i try doing a zip.read(filena me), it throws an exception stating "invalid stored block lengths". I am assuming this is because, the files inside the zip are password protected. How do I add the password parameter when unzipping? Any pointers would be extremely useful.
Thanks!
I am new to python and I need to unzip a zip file which is password protected. I tried using zipfile class. Aparently, when i try doing a zip.read(filena me), it throws an exception stating "invalid stored block lengths". I am assuming this is because, the files inside the zip are password protected. How do I add the password parameter when unzipping? Any pointers would be extremely useful.
Thanks!
Comment