{
  "WorkItem": {
    "AffectedComponent": {
      "Name": "",
      "DisplayName": ""
    },
    "ClosedComment": "",
    "ClosedDate": null,
    "CommentCount": 0,
    "Custom": null,
    "Description": "Seems that the lib cannot read from an encrypted bzip2 zip. Zipfiles can be created but cannot be unzipped. This seems to be an issue in the lib as external programs are able to unzip those files. Its the combination\n \n zip.CompressionMethod = CompressionMethod.BZip2;\n zip.Encryption = EncryptionAlgorithm.WinZipAes256;\n \nwhich doesn't seem to work",
    "LastUpdatedDate": "2013-10-07T01:34:13.163-07:00",
    "PlannedForRelease": "",
    "ReleaseVisibleToPublic": false,
    "Priority": {
      "Name": "Low",
      "Severity": 50,
      "Id": 1
    },
    "ProjectName": "DotNetZip",
    "ReportedDate": "2012-08-26T01:16:18.823-07:00",
    "Status": {
      "Name": "Proposed",
      "Id": 1
    },
    "ReasonClosed": {
      "Name": "Unassigned"
    },
    "Summary": "Unable to extract from bzip2 encrypted zip",
    "Type": {
      "Name": "Issue",
      "Id": 3
    },
    "VoteCount": 1,
    "Id": 15552
  },
  "FileAttachments": [],
  "Comments": [
    {
      "Message": "Same problem here.\r\n\r\nSeems that Magic Chars being corrupted during save process. Guys are not working on this project anymore. Its too bad that such bug still known in two years.\r\n\r\nDeflate + AES working well. Try to use this.",
      "PostedDate": "2013-10-07T01:34:13.163-07:00",
      "Id": -2147483648
    }
  ]
}