{
  "WorkItem": {
    "AffectedComponent": {
      "Name": "",
      "DisplayName": ""
    },
    "ClosedComment": "fixed in changeset 39847.  First binary with this change is v1.8.4.18. ",
    "ClosedDate": "2009-08-13T20:10:54.383-07:00",
    "CommentCount": 0,
    "Custom": null,
    "Description": "Success:\n            using(ZipFile zip = new ZipFile())\n            {\n                zip.Password = \"hello\";\n                zip.Encryption = EncryptionAlgorithm.WinZipAes256;\n                ZipEntry entry = zip.AddEntry(\"test.txt\", \"\", \"HelloWorld\");\n                zip.Save(\"InMem-2.zip\");\n            }\n \nFail:\n            MemoryStream mstrm = new MemoryStream();\n            using(ZipFile zip = new ZipFile())\n            {\n                zip.Password = \"hello\";\n                zip.Encryption = EncryptionAlgorithm.WinZipAes256;\n                ZipEntry entry = zip.AddEntry(\"test.txt\", \"\", \"HelloWorld\");\n                zip.Save(mstrm);\n            }\n            File.WriteAllBytes(\"InMem-1.zip\",mstrm.ToArray());",
    "LastUpdatedDate": "2013-05-16T05:32:11.81-07:00",
    "PlannedForRelease": "",
    "ReleaseVisibleToPublic": false,
    "Priority": {
      "Name": "Low",
      "Severity": 50,
      "Id": 1
    },
    "ProjectName": "DotNetZip",
    "ReportedDate": "2009-08-13T16:18:12.46-07:00",
    "Status": {
      "Name": "Closed",
      "Id": 4
    },
    "ReasonClosed": {
      "Name": "Unassigned"
    },
    "Summary": "Saving WinZip AES encrypted zip to MemoryStream - fail",
    "Type": {
      "Name": "Issue",
      "Id": 3
    },
    "VoteCount": 1,
    "Id": 8493
  },
  "FileAttachments": [],
  "Comments": []
}