Search code examples
javaandroidzipcompressionaes

How to decompress an AES-256 Encrypted zip files?


I am developing an android application which requires to decompress an AES-256 encrypted zip files, is there any libraries out there that I can use to accomplish that?

I am greatly appreciative of any guidance or help.


Solution

  • I ended up using an external library at http://code.google.com/p/winzipaes/

    it's limited to compression/decompression Zip files encrypted with AES-256 ONLY

    but at least it fits my need.