Skip to main content
Announcements
Qlik Introduces a New Era of Visualization! READ ALL ABOUT IT
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

PGP component for encrypting/decrypting Java native

Hello,

As part of my learning about Talend Component Kit I created 2 standalone components that can Encrypt/Decrypt PGP files. These are using DriverRunner of Talend Component Kit, and rely on the PGPainless library that is based on Bouncy Castle.

I'd like to share this component with you AS-IS. (Feedbacks are of course welcome.)

Component currently doesn't work with Talend Open Studio.

I tried to do a lot of test cases for good code coverage:

0695b00000bHY78AAG.png 0695b00000bHYCcAAO.pngEncrypt/Validate requires public key.

Decrypt/Sign requires private key.

Key can be loaded from file / directly pasted.

Source/Target has to be file (no streaming).

 

Cheers,

Balázs

1 Reply
AGonzález_Blázquez1695742344
Partner - Contributor II
Partner - Contributor II

did you get them to work? Thank you very much for your contribution