[
  {
    "Id": "1497756",
    "ThreadId": "663620",
    "Html": "Hello,\r<br />\n<br />\nI have this code to decrypt and unzip my files but i get an error on my extractall that ionic zip is not supported by DotNetZip: PKWare AES256?\r<br />\n<br />\nAny solutions?\r<br />\n<br />\nforeach (var file in Directory.GetFiles(inPath, &quot;*.zip&quot;))<br />\n<pre><code>        {\n            string dest = file;\n\n            //Decrypt file using Ionic.Zip.dll.\n            using (ZipFile zfile = ZipFile.Read(file))\n            {\n                zfile.Password = &quot;&quot;;                   \n                zfile.ExtractAll(Path.GetDirectoryName(file));\n\n            }\n\n            dest = Path.Combine(donePath, Path.GetFileName(file));\n\n            if (File.Exists(dest))\n                File.Delete(dest);\n\n            //Move the zip file to Done leaving the unzipped file for handling.\n            File.Move(file, dest);\n        }\n</code></pre>\n\nIonic.Zip.ZipException: Cannot extract: Entry O_DTE4837_FT_3_1608001213_S_160817_011460 is encrypted with an algorithm not supported by DotNetZip: PKWare AES256<br />\n",
    "PostedDate": "2017-08-17T00:11:04.217-07:00",
    "UserRole": null,
    "MarkedAsAnswerDate": null
  }
]