<?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: Encryption &amp; decryption using Talend in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Encryption-decryption-using-Talend/m-p/2262196#M42732</link>
    <description>Hi,&lt;BR /&gt;That is ok Sabrina. Anyway thanks for your effort.&lt;BR /&gt;Regards,&lt;BR /&gt;Omie</description>
    <pubDate>Thu, 06 Dec 2012 09:56:19 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2012-12-06T09:56:19Z</dc:date>
    <item>
      <title>Encryption &amp; decryption using Talend</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Encryption-decryption-using-Talend/m-p/2262192#M42728</link>
      <description>Hi,&lt;BR /&gt;I need the information of Talend capabilities  to encrypt and decrypt data using talend.&lt;BR /&gt;Anyone can help?&lt;BR /&gt;Regards,&lt;BR /&gt;Omie</description>
      <pubDate>Thu, 06 Dec 2012 04:46:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Encryption-decryption-using-Talend/m-p/2262192#M42728</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-12-06T04:46:32Z</dc:date>
    </item>
    <item>
      <title>Re: Encryption &amp; decryption using Talend</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Encryption-decryption-using-Talend/m-p/2262193#M42729</link>
      <description>Hi, 
&lt;BR /&gt;Please provide more info about your Encryption &amp;amp; decryption and your requirement. 
&lt;BR /&gt;If it is the transmission data, dependent on your transfer mode, and we should not use a separate encryption. What's more, I have consulted our component group and they don't have any component to take the action Encryption &amp;amp; decryption. Do you want to use Talend component to achieve that goal? 
&lt;BR /&gt;Best regards 
&lt;BR /&gt;Sabrina</description>
      <pubDate>Thu, 06 Dec 2012 06:32:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Encryption-decryption-using-Talend/m-p/2262193#M42729</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-12-06T06:32:33Z</dc:date>
    </item>
    <item>
      <title>Re: Encryption &amp; decryption using Talend</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Encryption-decryption-using-Talend/m-p/2262194#M42730</link>
      <description>Hi Sabrina,&lt;BR /&gt;I need to encrypt data source and then after successfully loaded the data source i want to decrypt it back as security purpose during data extraction.This is the requirement.&lt;BR /&gt;Yes, i am looking for component inside Talend to do any encryption and decryption function.&lt;BR /&gt;If you tell me that you didn't have the component is there any suggestion i can do this matter from Talend? &lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Omie</description>
      <pubDate>Thu, 06 Dec 2012 09:18:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Encryption-decryption-using-Talend/m-p/2262194#M42730</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-12-06T09:18:20Z</dc:date>
    </item>
    <item>
      <title>Re: Encryption &amp; decryption using Talend</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Encryption-decryption-using-Talend/m-p/2262195#M42731</link>
      <description>Hi, 
&lt;BR /&gt;For talend component, we don't support your requirement. As we known that, talend just a ETL tool without the function of encrypt and decrypt data, especially in security part. I have no idea about that. May be some more professional guy will provide a useful suggestion to you. Sorry for that.
&lt;BR /&gt;Best regards
&lt;BR /&gt;Sabrina</description>
      <pubDate>Thu, 06 Dec 2012 09:35:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Encryption-decryption-using-Talend/m-p/2262195#M42731</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-12-06T09:35:19Z</dc:date>
    </item>
    <item>
      <title>Re: Encryption &amp; decryption using Talend</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Encryption-decryption-using-Talend/m-p/2262196#M42732</link>
      <description>Hi,&lt;BR /&gt;That is ok Sabrina. Anyway thanks for your effort.&lt;BR /&gt;Regards,&lt;BR /&gt;Omie</description>
      <pubDate>Thu, 06 Dec 2012 09:56:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Encryption-decryption-using-Talend/m-p/2262196#M42732</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-12-06T09:56:19Z</dc:date>
    </item>
    <item>
      <title>Re: Encryption &amp; decryption using Talend</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Encryption-decryption-using-Talend/m-p/2262197#M42733</link>
      <description>Hi, 
&lt;BR /&gt;Even if this question is quite old, I've worked on several ways to do this with Talend:
&lt;BR /&gt;
&lt;BR /&gt;&amp;nbsp;Simple obfuscation using base64 encoding of passwords
&lt;BR /&gt;Using tEncrypt and tDecrypt components from the forge
&lt;BR /&gt;Using Jasypt ot JavaXCrypto librairies
&lt;BR /&gt;Using pwdstore routine from the forge
&lt;BR /&gt;I've written an article (in french actually, sorry, but with screenshots that should be enough for non french readers) describing all these ways to 
&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;Encrypt password with Talend&lt;/A&gt;.
&lt;BR /&gt;I'll be glad to experiment your own way if you use some others.
&lt;BR /&gt;
&lt;BR /&gt;Best regards,
&lt;BR /&gt;Gaël,</description>
      <pubDate>Mon, 04 Jan 2016 10:03:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Encryption-decryption-using-Talend/m-p/2262197#M42733</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-01-04T10:03:12Z</dc:date>
    </item>
  </channel>
</rss>

