SharpZipLib icon indicating copy to clipboard operation
SharpZipLib copied to clipboard

#ziplib is a Zip, GZip, Tar and BZip2 library written entirely in C# for the .NET platform.

Results 142 SharpZipLib issues
Sort by recently updated
recently updated
newest added

### Describe the bug Only passwords with length up to 98 seem to work, if i use 99 and i even copy/paste the password directly unzipping the archive using 7zip...

bug
*no response*

# Description This PR adds functionality to detect Windows reserved filenames (like COM1, LPT1, etc.) in the WindowsNameTransform class. The implementation adds a new `IsReservedName` method that detects reserved names...

### Describe the bug When other programs (such as Bandizip) compress files into password-protected Zip files, using this library to extract them will throw an exception. When the 'ZipEntry' is...

bug
*no response*

### Is your feature request related to a problem? Please describe. We have a spec ambiguity with a third party spec; it says file in zip file to be encrypted...

enhancement
*no response*

### Describe the bug We had a bug which made files with lots of trailing zeros, our old zip library had no issue with them but SharpZipLib does. We have...

bug
zip

### Describe the bug Version SharpZipLib. 1.3.3 I'm not sure that version 4 has this issue “Stored, but compressed != uncompressed” ### Reproduction Code _No response_ ### Steps to reproduce...

bug
zip

### Describe the bug When I use a `ZipInputStream` to read a zip file that is encrypted and contains folder entries, the following exception occurs: ``` ICSharpCode.SharpZipLib.Zip.ZipException: 'Stored, but compressed...

bug
zip

### Describe the bug Hi :) The [SetData](https://github.com/icsharpcode/SharpZipLib/blob/ff2d7c30bdb2474d507f001bc555405e9f02a0bb/src/ICSharpCode.SharpZipLib/Zip/ZipExtraData.cs#L153) method in `Zip/ZipExtraData.cs` crashes with a `System.IO.EndOfStreamException` in two specific scenarios: - when `count` is set to 0 - when `index` is...

bug
zip
*no response*

I certify that I own, and have sufficient rights to contribute, all source code and related material intended to be compiled or integrated with the source code for the SharpZipLib...

### Describe the bug use LzwInputStream decompree a .z file failed,header byte 0x1f, 0x9d, 0x90,0x23, bug winrar and 7z tools decompress success. ICSharpCode.SharpZipLib.Lzw.LzwException:“corrupt input: code=52133, freeEnt=50090” https://github.com/HenryHo2006/NewNNI/releases/download/Release/features_1f9d.z ### Reproduction Code...

bug
*no response*