suggest me to read password protected zip file using c#
相关问题
- Sorting 3 numbers without branching [closed]
- Graphics.DrawImage() - Throws out of memory except
- Why am I getting UnauthorizedAccessException on th
- 求获取指定qq 资料的方法
- How to know full paths to DLL's from .csproj f
DotNetZip is a free open-source library for working with zip files. It supports password protected files so it should be just what you are after.
Following code shows how to decompress a password protected ZIP archive using our Rebex ZIP component.
Free SharpZipLib might a be viable alternative (if you don't mind that it's licensed under LGPL).