[
  {
    "Id": "477313",
    "ThreadId": "222700",
    "Html": "Hi,\r\n\r\nI encountered behaviour which I did not expect, but also don't know if I missed something in the documentation.\r\n\r\nWhen I zip a file without an encryption method (EncryptionAlgorithm.None), then the supplied password is not applied. When I use any other (AES/PKZipWeak), the password does get applied on the files within the zipped file.\r\n\r\nI was expecting that the password was applied without looking to the EncryptionAlgorithm. What is the intended behavior in this matter?\r\n\r\nThanks in advance!",
    "PostedDate": "2010-08-06T03:20:41.487-07:00",
    "UserRole": null,
    "MarkedAsAnswerDate": null
  },
  {
    "Id": "478551",
    "ThreadId": "222700",
    "Html": "Last write wins. \r\n\r\nIf you set the password, then encrytion is automatically (implicitly) set to PkzipWeak. If you then explicilty set encryption to None, then None is what gets used.\r\n\r\nI tried to explain this in the documentation.\r\n\r\n ",
    "PostedDate": "2010-08-10T05:28:58.097-07:00",
    "UserRole": null,
    "MarkedAsAnswerDate": null
  }
]