You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@camel.apache.org by "Mills, Gary (GE Digital)" <ga...@ge.com> on 2017/09/20 16:00:28 UTC

Crypto Bouncy Castle Camel 2.15, Java 7

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

Re: Crypto Bouncy Castle Camel 2.15, Java 7

Posted by Claus Ibsen <cl...@gmail.com>.
Hi

For working with .zip files, then look at camel-zipfile
https://github.com/apache/camel/blob/master/components/camel-zipfile/src/main/docs/zipfile-dataformat.adoc

On Wed, Sep 20, 2017 at 6:00 PM, Mills, Gary (GE Digital)
<ga...@ge.com> wrote:
> 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



-- 
Claus Ibsen
-----------------
http://davsclaus.com @davsclaus
Camel in Action 2: https://www.manning.com/ibsen2