<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Studio Context password encryption in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Studio-Context-password-encryption/m-p/2242176#M29086</link>
    <description>&lt;P&gt;Hello&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;A quick question - but I can't seem to find a post that answers this.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;We are on 6.4.1:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If you add a context variable that is a type of password it can't be read in plain text as it is asterix'ed out. Also the context .item files show an encrypted value.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I as wondering what key is used by Talend to decrypt these values at runtime?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;And is this key checked into version control (ie in the same project) along with any encrypted values?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I know there are alternatives to storing passwords in a project/job context but I was interested in how Talend does this out of the box?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Cheers&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;n&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Sat, 16 Nov 2024 05:12:18 GMT</pubDate>
    <dc:creator>n999</dc:creator>
    <dc:date>2024-11-16T05:12:18Z</dc:date>
    <item>
      <title>Studio Context password encryption</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Studio-Context-password-encryption/m-p/2242176#M29086</link>
      <description>&lt;P&gt;Hello&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;A quick question - but I can't seem to find a post that answers this.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;We are on 6.4.1:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If you add a context variable that is a type of password it can't be read in plain text as it is asterix'ed out. Also the context .item files show an encrypted value.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I as wondering what key is used by Talend to decrypt these values at runtime?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;And is this key checked into version control (ie in the same project) along with any encrypted values?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I know there are alternatives to storing passwords in a project/job context but I was interested in how Talend does this out of the box?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Cheers&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;n&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 05:12:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Studio-Context-password-encryption/m-p/2242176#M29086</guid>
      <dc:creator>n999</dc:creator>
      <dc:date>2024-11-16T05:12:18Z</dc:date>
    </item>
    <item>
      <title>Re: Studio Context password encryption</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Studio-Context-password-encryption/m-p/2242177#M29087</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt; 
&lt;P&gt;Passwords in Talend Jobs and Context Variables are encrypted using a two way symmetrical approach. The code is in Talend Routines to encrypt and decrypt the password.&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;In context variables, we can leave password field blank, and design our jobs to load the password from a DB table or a properties file, which are not stored in Git. The logic in Talend job can be implemented explicitly or implicitly through the project projects for jobs.&lt;/P&gt; 
&lt;P&gt;Let us know if it helps.&lt;/P&gt; 
&lt;P&gt;Best regards&lt;/P&gt; 
&lt;P&gt;Sabrina&lt;/P&gt;</description>
      <pubDate>Mon, 19 Aug 2019 04:00:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Studio-Context-password-encryption/m-p/2242177#M29087</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-08-19T04:00:12Z</dc:date>
    </item>
    <item>
      <title>Re: Studio Context password encryption</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Studio-Context-password-encryption/m-p/2242178#M29088</link>
      <description>&lt;P&gt;Hi Thanks for that.&lt;/P&gt;
&lt;P&gt;"T&lt;SPAN&gt;he code is in Talend Routines to encrypt and decrypt the password. "&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;So if passwords are added directly to context variables, d&lt;/SPAN&gt;&lt;SPAN&gt;oes this mean that if another user imports my jobs and contexts, they can&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;1) run my jobs with correct passwords&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;2) decrypt these passwords if they were able to extract the decryption algorithm&amp;nbsp;and key?&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Thanks&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 24 Sep 2019 12:06:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Studio-Context-password-encryption/m-p/2242178#M29088</guid>
      <dc:creator>n999</dc:creator>
      <dc:date>2019-09-24T12:06:33Z</dc:date>
    </item>
    <item>
      <title>Re: Studio Context password encryption</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Studio-Context-password-encryption/m-p/2242179#M29089</link>
      <description>&lt;P&gt;Essentially, yes.&lt;/P&gt;</description>
      <pubDate>Wed, 25 Sep 2019 12:55:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Studio-Context-password-encryption/m-p/2242179#M29089</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-09-25T12:55:41Z</dc:date>
    </item>
  </channel>
</rss>

