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: 
mborlo15
Contributor III
Contributor III

Secure Implicit Context Loading

  • We are wanting to utilize implicit context loading by copying what was written in the Talend Context Best Practices Series. https://www.talend.com/resources/best-practices-for-using-context-variables-part-3/
  • The author's methodology
    • Uses a config file to connect to the database which holds the context variables
    • Sensitive information in the config file and the database would be encrypted via JASYPT
  • Problem: All looked good except for the fact that sensitive information would be encrypted using weak/deprecated algorithms. Does anyone have suggestions on how his code could be adapted to use AES/GCM or something of similar strength?

Talend Data Integration v7.3

Labels (2)
1 Reply
Anonymous
Not applicable

Hello,

For Studio version 7.3 and higher we use AES 256 bit as the encryption algorithm.

The kind/flavour is GCM.

You are able to find it on our talend help center.

https://help.talend.com/r/en-US/8.0/installation-guide-data-integration-windows/rotating-encryption-...

Best regards

Sabrina