Hi,
Is there a way to extract password protected zip file.
Please help me in this. Its very urget.
Thanks in advance.
How to Extract password protected zip file?
Moderator: General Moderators
-
rajsekar2u
- Forum Commoner
- Posts: 71
- Joined: Thu Nov 20, 2008 4:23 am
Re: How to Extract password protected zip file?
You need the password, obviously
Otherwise you might trying something not completely kosher..
Otherwise you might trying something not completely kosher..
-
rajsekar2u
- Forum Commoner
- Posts: 71
- Joined: Thu Nov 20, 2008 4:23 am
Re: How to Extract password protected zip file?
Thanks for the reply. I've the password for the zip file.
Please let me know to do it.
Please let me know to do it.
Re: How to Extract password protected zip file?
Are you serious.. ?
open it using an extraction program like 7zip, and when asked for the password, input it..
open it using an extraction program like 7zip, and when asked for the password, input it..
Re: How to Extract password protected zip file?
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.
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?
If you meant using PHP (should have said so), I apologize 
buckit's solution is the way to go
buckit's solution is the way to go
-
rajsekar2u
- Forum Commoner
- Posts: 71
- Joined: Thu Nov 20, 2008 4:23 am
Re: How to Extract password protected zip file?
Can you give me an example for it.