Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
sushantkapoor19
Contributor III
Contributor III

Encryption & Decryption of data within Talend Studio

Hello,

I have a requirement to Decrypt a csv file ( which would be encrypted in PGP format). I expect source file format as .csv.pgp. Can you please suggest which Talend studio components should i choose? currently i see only tGPGDecrypt component in my Palette.

if I use this component what should i enter in GPG Binary path? currently by default, it shows as "usr/bin/gpg"?.please see the screeshot attached.


Also, suppose i have to generate a PGP file from .csv file at my end for testing, how can i do that using Talend studio component? why dont i see components such as tDataencrypt, tDatadecrypt, tPGPEncrypt or tPGPDencrypt in my Palette?

Labels (3)
2 Solutions

Accepted Solutions
Denis_Segard
Support
Support

Hello,

https://help.qlik.com/talend/en-US/components/8.0/data-privacy/tdatadecrypt

This component is not shipped with your Talend Studio by default. You need to install it using the Feature Manager. For more information, see Installing features using the Feature Manager.

Kind regards
Denis

 

View solution in original post

Denis_Segard
Support
Support

and about "what should i enter in GPG Binary path" 
https://help.qlik.com/talend/en-US/components/8.0/gpg/tgpgdecrypt

tGPGDecrypt

Calls the gpg -d command to decrypt a GnuPG-encrypted file and saves the decrypted file in the specified directory.

GPG binary path

File path to the GPG command.

 

View solution in original post

2 Replies
Denis_Segard
Support
Support

Hello,

https://help.qlik.com/talend/en-US/components/8.0/data-privacy/tdatadecrypt

This component is not shipped with your Talend Studio by default. You need to install it using the Feature Manager. For more information, see Installing features using the Feature Manager.

Kind regards
Denis

 

Denis_Segard
Support
Support

and about "what should i enter in GPG Binary path" 
https://help.qlik.com/talend/en-US/components/8.0/gpg/tgpgdecrypt

tGPGDecrypt

Calls the gpg -d command to decrypt a GnuPG-encrypted file and saves the decrypted file in the specified directory.

GPG binary path

File path to the GPG command.