Decompressing password-protected ZIP files with .NET 4.5
问题 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 yet seen a way to use native .NET ZIP file handling for password protected files. Is there a way to achieve this? (I am aware that there are pretty good 3rd party zip file libraries, that is not the question.) 回答1: Unfortunately not. There is no support within the .Net Framework 4.5 for password protected zip files. In this