{
  "WorkItem": {
    "AffectedComponent": {
      "Name": "",
      "DisplayName": ""
    },
    "ClosedComment": "",
    "ClosedDate": null,
    "CommentCount": 0,
    "Custom": null,
    "Description": "Hi,\n\nit seems that aes encrpytion does not work correctly with special chars like €, ä,ö,ü etc.\nThose not in the default set of ascii.\n```\n\n  using (ZipFile zip = new ZipFile())\n                {\n                    zip.Password = \"€urope\";\n                    zip.Encryption = EncryptionAlgorithm.WinZipAes256;\n                  \n                    ZipEntry e = zip.AddFile(DirectoryToZip,\"\");\n                    \n                    zip.Save(ZipFileToCreate);\n                }\n```\n\nIf you try to unzip then with dotnetzip again it works fine but if you want to unzip the zip with Winrar, 7Zip, Winzip it will fail due to incorrect password.\nSeems to be an encoding problem.\n\nIs there any possibilty to set the right encoding or to workaround this?\n\nThanks",
    "LastUpdatedDate": "2014-10-28T08:33:41.583-07:00",
    "PlannedForRelease": "",
    "ReleaseVisibleToPublic": false,
    "Priority": {
      "Name": "Unassigned",
      "Severity": 0,
      "Id": 0
    },
    "ProjectName": "DotNetZip",
    "ReportedDate": "2014-10-28T08:33:41.583-07:00",
    "Status": {
      "Name": "Proposed",
      "Id": 1
    },
    "ReasonClosed": {
      "Name": "Unassigned"
    },
    "Summary": "AES encryption passwords not working with special chars",
    "Type": {
      "Name": "Unassigned",
      "Id": 5
    },
    "VoteCount": 1,
    "Id": 17085
  },
  "FileAttachments": [],
  "Comments": []
}