I did some investigation and cannot see native way to implement encryption/decryption using ZipArchive
class.
https://msdn.microsoft.com/en-us/library/system.io.compression.ziparchive(v=vs.110).aspx
It seems like MSDN does not provide this posibility...
Am I right and if I am not then how to encrypt/decrypt ZIP using ZipArchive
class?
Thanks!
P.S. Is this approach a good one? Encrypt an existing zip file