Meik Kreyenkötter
Results
2
issues of
Meik Kreyenkötter
Support for Algorithm="http://www.w3.org/2001/10/xml-exc-c14n#WithComments" Is now able to verify this: ....
Exports SetEncryptionMethod. Using own headers may be useful when using UTF-8 file names: fh := &zip.FileHeader{ Name: "test öäü.jpg", Method: zip.Deflate, Flags: 0x800, } fh.SetPassword("test") fh.SetEncryptionMethod(zip.AES256Encryption) w, err := z.w.CreateHeader(fh)...