2

I'm trying to decrypt a pgp encrypted file from an sftp server in apache camel. I've googled around and found a few threads, but have gotten no real leads as how to go pgp decryption in an apache camel route. Has anyone done this and willing to point me in a direction or share code?

vikash dat
  • 1,494
  • 2
  • 19
  • 37

1 Answers1

1

I dont recall any PGP component in Camel. You can of course just use Java code from a bean to decrypt the file.

However we love contributions so a new PGP data format may come handy http://camel.apache.org/data-format

Claus Ibsen
  • 56,060
  • 7
  • 50
  • 65