Android :How to unzip a encrypted zip file

2019-03-16 01:01发布

问题:

in winzip I am able to encrypt a file using some keys. In my android application I am using the encrypted zip file. I know the way for unzip a file (without encryption). but how can I unzip the encrypted zip file in android?

回答1:

Look at Zip4j (http://www.lingala.net/zip4j/)



回答2:

Check out this thread; eventually someone there brings a solution using Bounty Castle's APIs.



回答3:

Try the AndroZip utility, seems like it's able to handle encrypted zip files.