I am having difficulty with encryption / decryption - My problem:
I am looking to decrypt ZIP files from a Camel framework. I looked and searched, I assume that I cannot decrypt and decompress a ZIP file Is this functionality not in Camel at this point? Or did I just miss how to do this completely? I found this on the web - is this true? The camel zip component uses the zip functionality from JDK, and that does not include any support for encrypted zip files. So the short answer to your question is: No it doesn't support encrypted zip files and it is not an easy task to implement this support. Best regards Stephan