views:

1435

answers:

3

in winzip we can able to encrypt a file using some keys.In my android application i 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?

A: 

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

Aviad Ben Dov
A: 

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

Donut
A: 

How do you unzip a file from your app?

rppp
This is not an answer
Casebash