<?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 Re: encrypt/decrypt component-routine etc. in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/encrypt-decrypt-component-routine-etc/m-p/2196345#M545</link>
    <description>Hi,
&lt;BR /&gt;I've written a tutorial in french describing
&lt;A href="http://makina-corpus.com/blog/metier/2015/chiffrer-les-mots-de-passe-dans-les-fichiers-de-configuration-avec-talend" target="_blank" rel="nofollow noopener noreferrer"&gt; how to crypt data in configuration files&lt;/A&gt;.
&lt;BR /&gt;6 ways are proposed.
&lt;BR /&gt;pwdStored in tested in it.
&lt;BR /&gt;If it can help.
&lt;BR /&gt;Best regards,
&lt;BR /&gt;Gaël,</description>
    <pubDate>Mon, 21 Dec 2015 10:05:18 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2015-12-21T10:05:18Z</dc:date>
    <item>
      <title>encrypt/decrypt component-routine etc.</title>
      <link>https://community.qlik.com/t5/Talend-Studio/encrypt-decrypt-component-routine-etc/m-p/2196340#M540</link>
      <description>Hi, 
&lt;BR /&gt; 
&lt;BR /&gt;I would like to know how can I crypt/decrypt some input from a delimited file let`s say. Ways to do this in talend? 
&lt;BR /&gt;(I have already find a way to do this by using the pwdStore routine, but I think it would be nice to be able to decrypt some existing data in a file; I have also tryed tScramble, but currently it has bugs) 
&lt;BR /&gt;For example, the content of the delimited file could look like: 
&lt;BR /&gt;user="hass"; 
&lt;BR /&gt;port="1234"; 
&lt;BR /&gt;sid="oradb"; 
&lt;BR /&gt;password="©???ñ?c©+s5"; 
&lt;BR /&gt;After reading this file I want to use the decrypted password value in a toraoutput component. 
&lt;BR /&gt;Thanks</description>
      <pubDate>Thu, 27 Sep 2012 14:19:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/encrypt-decrypt-component-routine-etc/m-p/2196340#M540</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-09-27T14:19:56Z</dc:date>
    </item>
    <item>
      <title>Re: encrypt/decrypt component-routine etc.</title>
      <link>https://community.qlik.com/t5/Talend-Studio/encrypt-decrypt-component-routine-etc/m-p/2196341#M541</link>
      <description>So, does anyone have some ideas?</description>
      <pubDate>Fri, 28 Sep 2012 08:37:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/encrypt-decrypt-component-routine-etc/m-p/2196341#M541</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-09-28T08:37:54Z</dc:date>
    </item>
    <item>
      <title>Re: encrypt/decrypt component-routine etc.</title>
      <link>https://community.qlik.com/t5/Talend-Studio/encrypt-decrypt-component-routine-etc/m-p/2196342#M542</link>
      <description>You can write a routine to encrypt and decrypt stuff where you can use the standard java encryption mechanism</description>
      <pubDate>Mon, 01 Oct 2012 17:49:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/encrypt-decrypt-component-routine-etc/m-p/2196342#M542</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-10-01T17:49:58Z</dc:date>
    </item>
    <item>
      <title>Re: encrypt/decrypt component-routine etc.</title>
      <link>https://community.qlik.com/t5/Talend-Studio/encrypt-decrypt-component-routine-etc/m-p/2196343#M543</link>
      <description>Hi,&lt;BR /&gt;Sounds great, but I`m not so good at java coding. Could you give me an example?&lt;BR /&gt;(I already used such a routine written by Saburo - &lt;A href="http://www.powerupbi.com/talend/pwdStore.html" rel="nofollow noopener noreferrer"&gt;http://www.powerupbi.com/talend/pwdStore.html&lt;/A&gt; ) Altough this is very usefull, I would like to be able to decrypt some input from a specific field in a file. (with the routine mentioned above you can store duplets composed of an alias and the password in an encrypted flat file, and only then retrieve and use the crypted passwords) &lt;BR /&gt;Thank you for your reply</description>
      <pubDate>Tue, 02 Oct 2012 07:45:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/encrypt-decrypt-component-routine-etc/m-p/2196343#M543</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-10-02T07:45:05Z</dc:date>
    </item>
    <item>
      <title>Re: encrypt/decrypt component-routine etc.</title>
      <link>https://community.qlik.com/t5/Talend-Studio/encrypt-decrypt-component-routine-etc/m-p/2196344#M544</link>
      <description>Hi Neinfrantu,&lt;BR /&gt;I'm facing the same issue, did you manage to find an answer on this issue?</description>
      <pubDate>Mon, 05 Nov 2012 16:08:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/encrypt-decrypt-component-routine-etc/m-p/2196344#M544</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-11-05T16:08:36Z</dc:date>
    </item>
    <item>
      <title>Re: encrypt/decrypt component-routine etc.</title>
      <link>https://community.qlik.com/t5/Talend-Studio/encrypt-decrypt-component-routine-etc/m-p/2196345#M545</link>
      <description>Hi,
&lt;BR /&gt;I've written a tutorial in french describing
&lt;A href="http://makina-corpus.com/blog/metier/2015/chiffrer-les-mots-de-passe-dans-les-fichiers-de-configuration-avec-talend" target="_blank" rel="nofollow noopener noreferrer"&gt; how to crypt data in configuration files&lt;/A&gt;.
&lt;BR /&gt;6 ways are proposed.
&lt;BR /&gt;pwdStored in tested in it.
&lt;BR /&gt;If it can help.
&lt;BR /&gt;Best regards,
&lt;BR /&gt;Gaël,</description>
      <pubDate>Mon, 21 Dec 2015 10:05:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/encrypt-decrypt-component-routine-etc/m-p/2196345#M545</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-12-21T10:05:18Z</dc:date>
    </item>
  </channel>
</rss>

