Decompressing password-protected ZIP files with .NET 4.5

前端 未结 7 811
遇见更好的自我
遇见更好的自我 2020-12-03 09:39

Microsoft introduces improvements for ZIP file handling in .NET 4.5 in the System.IO.Compression namespace. Namely the classes ZipArchive and ZipFile. However, I have not y

7条回答
  •  自闭症患者
    2020-12-03 10:11

    The ionic method is awesome. I tried three other approaches, and it is by far the best. Don't waste time, just use it.

    https://dotnetzip.codeplex.com/wikipage?title=PS-Examples

    Supports password encrypted, and other zip options.

提交回复
热议问题