Unzip password protected files

Dear all!

I have an issue with unzip a file there is password protected.

At the moment I’m using the Invoke method with TargetType: System.IO.Compression.ZipFile, MethodName: ExtractToDirectory and it is working just fine - except for zip files with passwords….

Thank you for any idea that can help !

1 Like

I am also facing the same issue. Anybody?

You can try using https://archive.codeplex.com/?p=dotnetzip

To my understanding it’s not part of standard .Net