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.