open a password protected Zip file in C# code.

  • Thread starter connoisseur.infotech
  • Start date
C

connoisseur.infotech

hello
we are developing one tool where we need to open and make password
protected zip files.
we found some solutions but they don't support password protected
things.

does any one knows about this

or any aproach for this.

We need to open password procted zip file

and then again recrate it using some other password

Thank you in advance.

Amit

Connoisseur Infotech pvt. Ltd.
http://www.econnoisseur.com/
 
G

Guest

I don't understand your issue.

Do you have to open the password protected zip file from an exe ?

Please refer this site and make use of the dll and explore your project with
this namespace.

I had the same project and it was working well with this dll.

Download it From:
www.chilkatsoft.com/refDoc/csZipRef.html

Please let me know the status.
 
V

vinayjohar

hello dear
thanks for this

what we need is to open one password proctected ZIP file using our C#
code and then after processing again save new password proctected zip
file.

got one more similar module at http://innermedia.com/
not sure which one is good
any idea ?
thanks
vinay
 
A

AlexL [Xceed]

Another one... is this actually a true .NET component or another
disguised ActiveX/COM that conveniently does not mention anything
about its true composition?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top