|
-
Feb 25th, 2008, 11:34 PM
#1
Thread Starter
New Member
unzip a password protected zip file
I have password protected zip file (with known password)
i need the sample code to unzip or extract the file through the VB-6.0 code with giving the known password.
please help me
-
Feb 25th, 2008, 11:43 PM
#2
Re: unzip a password protected zip file
As far as I know, the file is encrypted using the password, so you can't really do this without knowing it.
My question is, if you know the password, why do you want to do this?
-
Feb 26th, 2008, 08:15 AM
#3
Addicted Member
Re: unzip a password protected zip file
I don't think he wants to know how to get the password... but how to unzip a zip file and how to pass it the password...
Search google for Unzip DLL.... If you don't need to actually unzip through code then look at 7z it is a dos app you can trigger in VB and pass it arguments to unzip files.
Last edited by MikeJoel; Feb 26th, 2008 at 08:20 AM.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|