Zlibnet is a wrapper library for c# zlib.
These are the key features:
Zip/unzip.Compression/decompression streams (DeflateStream, GZipStream, ZLibStream).Fast, since using the native/unmanaged zlib library/dll. ?UTF8 zip entry name/comment.Unicode zip file name.Zip64 support (auto detect).64bit support.
Please note that zlibnet has limited support for encryption/password security and multi-volume archives.