Search code examples
zip.net-core.net-core-rc2ionic-zip

Opening and edting an password protected zip in dotnetcore


is there a way to work with password protected zip files in dotnetcore. Unfortunately System.IO.Compression does not support password protection.

So i tried to use dotnetzip, but every time i try to open an zip file i get an System.ArgumentException.

enter image description here


Solution

  • I migrated to sharpcompress and now everthing works fine. Seems that ionic zip does not work under core.