Jammy Sulivan
Jammy Sulivan

Reputation: 11

password protected zip file in c#

can Zippackage class be used to find content inside a password protected zip file, if not can it be done without using any 3rd party api

Upvotes: 1

Views: 1705

Answers (2)

kervin
kervin

Reputation: 11858

I'd also recommend DotNetZip.

Upvotes: 2

Daniel Renshaw
Daniel Renshaw

Reputation: 34177

I don't think so.

I suggest you use SharpZipLib instead: http://www.icsharpcode.net/opensource/sharpziplib/

Upvotes: 3

Related Questions