Page 1 of 1
How to Extract password protected zip file?
Posted: Fri Sep 17, 2010 9:09 am
by rajsekar2u
Hi,
Is there a way to extract password protected zip file.
Please help me in this. Its very urget.
Thanks in advance.
Re: How to Extract password protected zip file?
Posted: Fri Sep 17, 2010 9:15 am
by Eran
You need the password, obviously
Otherwise you might trying something not completely kosher..
Re: How to Extract password protected zip file?
Posted: Fri Sep 17, 2010 9:17 am
by rajsekar2u
Thanks for the reply. I've the password for the zip file.
Please let me know to do it.
Re: How to Extract password protected zip file?
Posted: Fri Sep 17, 2010 9:43 am
by Eran
Are you serious.. ?
open it using an extraction program like 7zip, and when asked for the password, input it..
Re: How to Extract password protected zip file?
Posted: Fri Sep 17, 2010 9:57 am
by buckit
am going to assume you are asking how to do it from PHP?
well... the easiest would probably be to use exec() to run a zip program with command line switches to extract the zip with the password.
Re: How to Extract password protected zip file?
Posted: Fri Sep 17, 2010 10:00 am
by Eran
If you meant using PHP (should have said so), I apologize

buckit's solution is the way to go
Re: How to Extract password protected zip file?
Posted: Fri Sep 17, 2010 11:58 pm
by rajsekar2u
Can you give me an example for it.