zip4j icon indicating copy to clipboard operation
zip4j copied to clipboard

A Java library for zip files and streams

Results 90 zip4j issues
Sort by recently updated
recently updated
newest added
trafficstars

Hello Srikanth, Hopefully all is well with you. Thanks your wonderful library. We are using **zip4j-1.3.2** library to create password encrypted zip file. And then, when we try to unzip...

For some historical reasons I need to take care of the AES-192 encryption method, I noticed that KEY_STRENGTH_192 has been defined in the AesKeyStrength enum class, but there is no...

Our app has encountered this error on devices running Android versions 11-14. However, it has been reported only in a small number of cases. zip4j ver:net.lingala.zip4j:zip4j:2.11.5

This will allow decompression of large ZIPs created by Windows. It adds Apache's `commons-compress` as a dependency (the only dependency for this project) to do the work. If that is...

setComment("55883344556677"); ![image](https://github.com/srikanth-lingala/zip4j/assets/52773445/65dead38-4eb9-4423-9f98-61ad2c3d48c4) after setComment(""),the comment still exist in file ![image](https://github.com/srikanth-lingala/zip4j/assets/52773445/41896a4f-bf17-4cf8-9f49-a16a9f9f3bbc) how i can delete old comment after call setComment("")

Dear contributors, First of all, thank you for giving us, such a very handy library! I am looking for an information on memory usage by zip4j. I intend to use...

Large ZIP files (2+ GB) created by the built-in Windows ZIP tool will use deflate64 when creating those ZIP files. This is flat-out not supported by zip4j. It errors with...

## Abstract Symlinks to directories are placed in the wrong locations. For example, I have a directory named `a`, and a symlink pointing to it named `b` (`b -> a`),...

Hello community, Recently, I noticed a regression failure when unzipping encrypted files which were created by the C++ zlib library. The failure occurred after updating from version 2.6.4 to 2.7.0...