Password Protected archive/zip

Hey Gophers!

There was a feature request on the Go issue tracker a few months back asking for the ability to read and write password protected zip files. I decided to pick it up and run with it and here are the results so far: https://github.com/alexmullins/zip. And an example from the documentation: https://godoc.org/github.com/alexmullins/zip#example-Writer-Encrypt. This is my first public Go project, so feedback is much appreciated!

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.