zip icon indicating copy to clipboard operation
zip copied to clipboard

Fork of Go's archive/zip to add reading/writing of password protected zip files.

Results 11 zip issues
Sort by recently updated
recently updated
newest added

Hi, Not sure if it is known issues but 7z says: ``` ERROR: CRC Failed in encrypted file. Wrong password? : uploads/jenkins-DEPLOY-spc-r2r-43.log ``` If interested I will provide full test...

Fixes https://github.com/alexmullins/zip/issues/12 Port of https://github.com/golang/go/commit/46300a058dfb078164f29fa1a86a2dbdad55e503: Implement setting the compression level for a zip archive by registering a per-Writer compressor through Writer.RegisterCompressor. If no compressors are registered, fall back to the...

Pls can per-Writer compressor and per-Reader decompressor support be added? This would be similar to what was done in: https://github.com/golang/go/commit/46300a058dfb078164f29fa1a86a2dbdad55e503

Hi, I have ported the fork available under (which also contains legacy ZIP encryption support) onto `archive/zip` as shipped with Go 1.12.7. The cause (and main improvement as I see...

Can there be a feature where we can encrypt the file for a given time period? I'm interested in providing a PR for this if thats okay. PS : I'll...

Support for standard encryption and AES

First of all, thank you for creating such a wonderful library. If I run it as written in the README, it works fine. However, if I try with a local...

- support ModTime use time.Location - add time.Local test - fix fail test

Support extracting multipart archives like `.z01`, `.z02`, `.z03`, ..., `.zip`.