zip4j
zip4j copied to clipboard
A Java library for zip files and streams
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");  after setComment(""),the comment still exist in file  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...