zip4j - An error occurred while extracting files - Java

31 views Asked by At

I'm using zip4j for "wrapping my csv file into a password protected zip file". When I use Encryption as AES, its giving me an error as "An error occurred while extracting files". But I have my csv file inside the zip. I don't know the reason for the error. But, if I set encryption as ZIP_STANDARD, its working fine. I'm using zip4j - 2.11.5. Does this version provide support for 'AES' encryption?​ It would be really helpful if you could provide your comments on this. Thank you.

Its working fine for ZIP_STANDARD, but not for AES, is there any way to support AES?

0

There are 0 answers