You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We are trying to use your zip4j library in order to create a zip file on an IBM z/OS Mainframe.
The file needs to be password protected with AES256 encryption.
We successfully deployed the java application using zip4j and the zip creation works without any errors.
The problem we encounter is that the created zip file cannot be unzipped using WinZip after transfer from the mainframe to a window machine.
If the unzipping is done on the mainframe it works as expected which leads us to believe that possibly something with the encryption is not compatible across the different platforms.
If zipping is done without encryption we do not encounter this issue and we are able to unzip the file using WinZip which was zipped on the mainframe.
The text was updated successfully, but these errors were encountered:
(Issue from email discussion)
We are trying to use your zip4j library in order to create a zip file on an IBM z/OS Mainframe.
The file needs to be password protected with AES256 encryption.
We successfully deployed the java application using zip4j and the zip creation works without any errors.
The problem we encounter is that the created zip file cannot be unzipped using WinZip after transfer from the mainframe to a window machine.
If the unzipping is done on the mainframe it works as expected which leads us to believe that possibly something with the encryption is not compatible across the different platforms.
If zipping is done without encryption we do not encounter this issue and we are able to unzip the file using WinZip which was zipped on the mainframe.
The text was updated successfully, but these errors were encountered: