473,503 Members | 1,803 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

open a password protected Zip file in C# code.

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/

Feb 14 '06 #1
10 15076
What have you tried?

I'm fairly certain SharpZipLib supports this
(http://icsharpcode.com/OpenSource/Sh...b/Default.aspx)

Marc
Feb 14 '06 #2
<co******************@gmail.com> wrote in message
news:11**********************@g14g2000cwa.googlegr oups.com...
We need to open password procted zip file
and then again recrate it using some other password


1) Please don't cross-post

2) http://www.chilkatsoft.com/zip-dotnet.asp
Feb 14 '06 #3
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.
--
please post your doubts and help me to explore ny knowledge.
"co******************@gmail.com" wrote:
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/

Feb 15 '06 #4
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

Feb 15 '06 #5
<vi********@gmail.com> wrote in message
news:11**********************@z14g2000cwz.googlegr oups.com...
hello dear
Don't be patronising.
any idea ?


I've already told you how to do this.

And don't cross-post
Feb 15 '06 #6
Isn't the product you suggested just an ActiveX/COM control with a
..NET wrapper? In other words, it is unmanaged and has none of the
advantages of a .NET component?

I'm curious, because reading between the lines on their web site, you
would think that it is a .NET component, yet there is no specific
mention of managed code, written in C# / VB.NET or anything else.

On Tue, 14 Feb 2006 15:55:02 -0000, "Mark Rae"
<ma**@markN-O-S-P-A-M.co.uk> wrote:
<co******************@gmail.com> wrote in message
news:11**********************@g14g2000cwa.googleg roups.com...
We need to open password procted zip file
and then again recrate it using some other password


1) Please don't cross-post

2) http://www.chilkatsoft.com/zip-dotnet.asp


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

On 15 Feb 2006 05:33:33 -0800, vi********@gmail.com wrote:
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


Feb 16 '06 #8
"AlexL [Xceed]" <xL*******@xceedsoft.com> wrote in message
news:cl********************************@4ax.com...
Isn't the product you suggested just an ActiveX/COM control with a
.NET wrapper? In other words, it is unmanaged and has none of the
advantages of a .NET component?
Not according to their website...
I'm curious, because reading between the lines on their web site, you
would think that it is a .NET component, yet there is no specific
mention of managed code, written in C# / VB.NET or anything else.


Apart from this, maybe...? (http://www.chilkatsoft.com/ChilkatDotNet.asp)

The Chilkat.NET components are written in Managed Visual C++ and created
specifically for
the .NET framework. They offer seamless integration with the .NET framework
class library, as
well as seamless interoperability within Chilkat.NET.
Feb 18 '06 #9
I would then say, you're right!

Must have been thinking of another company.

On Sat, 18 Feb 2006 12:59:49 -0000, "Mark Rae"
<ma**@markN-O-S-P-A-M.co.uk> wrote:
"AlexL [Xceed]" <xL*******@xceedsoft.com> wrote in message
news:cl********************************@4ax.com.. .
Isn't the product you suggested just an ActiveX/COM control with a
.NET wrapper? In other words, it is unmanaged and has none of the
advantages of a .NET component?


Not according to their website...
I'm curious, because reading between the lines on their web site, you
would think that it is a .NET component, yet there is no specific
mention of managed code, written in C# / VB.NET or anything else.


Apart from this, maybe...? (http://www.chilkatsoft.com/ChilkatDotNet.asp)

The Chilkat.NET components are written in Managed Visual C++ and created
specifically for
the .NET framework. They offer seamless integration with the .NET framework
class library, as
well as seamless interoperability within Chilkat.NET.


Feb 21 '06 #10
Jim
Would this suit your needs:
http://www.icsharpcode.com/OpenSourc...b/Default.aspx

AlexL [Xceed] wrote:
I would then say, you're right!

Must have been thinking of another company.

On Sat, 18 Feb 2006 12:59:49 -0000, "Mark Rae"
<ma**@markN-O-S-P-A-M.co.uk> wrote:
"AlexL [Xceed]" <xL*******@xceedsoft.com> wrote in message
news:cl********************************@4ax.com...
Isn't the product you suggested just an ActiveX/COM control with a
.NET wrapper? In other words, it is unmanaged and has none of the
advantages of a .NET component?

Not according to their website...
I'm curious, because reading between the lines on their web site, you
would think that it is a .NET component, yet there is no specific
mention of managed code, written in C# / VB.NET or anything else.

Apart from this, maybe...? (http://www.chilkatsoft.com/ChilkatDotNet.asp)

The Chilkat.NET components are written in Managed Visual C++ and created
specifically for
the .NET framework. They offer seamless integration with the .NET framework
class library, as
well as seamless interoperability within Chilkat.NET.

Feb 22 '06 #11

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

6
25239
by: Geert-Pieter Hof | last post by:
Hello, My VB 6.0 application read and writes data from and to a MS Excel workbook, using the Microsoft.Jet.OLEDB.4.0 provider. Now I want to protect the Excel workbook with a password, but I...
4
1584
by: Edward | last post by:
My client has a database that was written in Access97. The database is password protected. If I try to open the database by double-clicking on it, it asks for the password. In Access97, I can...
4
7554
by: kthiagar | last post by:
Hi I am trying to connect to a password protected access file from VB.NET. I have no problem in connecting to Access, if I remove the password. This is what I am doing: In the server explorer,...
4
2751
by: connoisseur.infotech | last post by:
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...
0
1344
by: sonicpulse | last post by:
Hello, I made a program that iterates through all the pdf's in a folder and opens them and prints them. However, all of these pdf's are password protected, so I have to manually type in the...
3
2700
by: Noel S Pamfree | last post by:
Problem 1 ======= I need to create a page for a friend who operates a school website. She needs to set up a page so that only the Governors can access it. I thought I'd try to use JavaScript to...
3
3799
by: -xx- | last post by:
Hi, I am new to c# and just trying out c# with ms access. First problem i encountered is how do i open up ms access that has password. Here is my current codes which working fine if there is...
0
1036
by: kourosh | last post by:
How can i open a protected word file (.doc) with open password from VB ..net ( password inter in code) ?
2
5264
by: veer | last post by:
Hi i want to open excel file using vb.net . The file is passsword protected and i know the password when i used to open the file with out password it works fine and open but when the file with...
0
2275
by: itshibu | last post by:
I tried to write a program that can open files from the server. But the shared folder in the Win2003 server is password protected. i tried the following code ...
0
7086
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
7280
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
7330
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
1
6991
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
1
5014
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...
0
3167
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The...
0
3154
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
0
1512
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated ...
1
736
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.