Decompressing password-protected ZIP files with .NET 4.5

前端 未结 7 814
遇见更好的自我
遇见更好的自我 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:34

    In looking at the methods provided by the 4.5 framework there is not a method that allows passwords with zip files. As mentioned in your question 3rd party is going to be your best bet.

提交回复
热议问题