Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 666 Bytes

File metadata and controls

18 lines (14 loc) · 666 Bytes

Zip with Encryption Support

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.

This forward-port is based on Go 1.26.2 and was done to introduce the latest bugfixes and enhancements.

Encryption Schemes

  • Standard
  • AES128
  • AES192
  • AES256

Acknowledgements

License

Released under the BSD License.