[
  {
    "Id": "478128",
    "ThreadId": "222939",
    "Html": "When using the encryption method of PKZipWeak and I supply an empty password, the exception in the topic is thrown. Did I miss something here?\r\n\r\nThe code I wrote is almost equal to this (I left out the try/catch block and some FileInfo code):\r\n\r\nusing(ZipFile zip = new ZipFile(zippedFilePath))\r\n{\r\n    zip.Password = password;\r\n    zip.Encryption = EncryptionAlgorithm.PkzipWeak;\r\n\r\n    zip.AddFile(sourceFilePath, &quot;\\\\&quot;);\r\n\r\n    zip.Save();\r\n}\r\n\r\nForgot to mention:\r\nVersion 1.9.1.5",
    "PostedDate": "2010-08-09T07:47:17.25-07:00",
    "UserRole": null,
    "MarkedAsAnswerDate": null
  },
  {
    "Id": "479742",
    "ThreadId": "222939",
    "Html": "<p>Sounds like a bug. &nbsp;If you could post the code in a more readable format, and also post the complete exception stack trace, that would be helpful in figuring out just what is happening.</p>",
    "PostedDate": "2010-08-12T08:16:21.093-07:00",
    "UserRole": null,
    "MarkedAsAnswerDate": null
  }
]