open a password protected Zip file in C# code.

  • Thread starter Thread starter connoisseur.infotech
  • Start date 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/
 
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.
 
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
 
Another one... is this actually a true .NET component or another
disguised ActiveX/COM that conveniently does not mention anything
about its true composition?
 
Back
Top