Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Zip file generated on Mainframe cannot be extracted on Windows #474

Closed
srikanth-lingala opened this issue Sep 12, 2022 · 1 comment
Closed
Assignees
Labels
bug Something isn't working resolved

Comments

@srikanth-lingala
Copy link
Owner

(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.

@srikanth-lingala
Copy link
Owner Author

Fix included in v2.11.2 released today

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working resolved
Projects
None yet
Development

No branches or pull requests

1 participant