Skip to content
/ zip Public
forked from yeka/zip

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

License

Notifications You must be signed in to change notification settings

kdungs/zip

 
 

Repository files navigation

Go archive/zip plus encryption support

GoDoc Go Report Card

This is a fork of the archive/zip package from the Go standard library which adds support for both the legacy (insecure) ZIP encryption scheme and for newer AES-based encryption schemes introduced with WinZip. It is based on Go 1.14.

This is based on work by Alex Mullins and Yakub Kristianto. The forward-port was done to introduce bugfixes and enhancements, such as missing support for large (>= 4GB) ZIP files like those distributed by VirusShare.

About

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

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 100.0%