<?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: How to use seeded encryption tool in Talend ESB Studio ? in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/How-to-use-seeded-encryption-tool-in-Talend-ESB-Studio/m-p/2203281#M4656</link>
    <description>&lt;P&gt;I'm not sure I understood correctly the latests 2 posts :&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;- what is the difference between the new Talend Studio Runtime and running our routes in the studio as we did until now ?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;- Why should I need different code to run into Studio to developp and use Jasypt ? I could developp a "security" bean that uses this library and works fine both in Talend Studio and in Karaf (using sysenv as masterpassword)&lt;/P&gt;</description>
    <pubDate>Mon, 15 May 2017 14:36:31 GMT</pubDate>
    <dc:creator>Loko</dc:creator>
    <dc:date>2017-05-15T14:36:31Z</dc:date>
    <item>
      <title>How to use seeded encryption tool in Talend ESB Studio ?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-use-seeded-encryption-tool-in-Talend-ESB-Studio/m-p/2203274#M4649</link>
      <description>&lt;P&gt;Hi&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;We need to encrypt passwords so that they're not human readable even in Talend ESB Studio. We tried this : &lt;A href="https://help.talend.com//pages/viewpage.action?pageId=271836877" target="_blank" rel="nofollow noopener noreferrer"&gt;https://help.talend.com//pages/viewpage.action?pageId=271836877&lt;/A&gt;&lt;/P&gt; 
&lt;P&gt;the feature&amp;nbsp;tesb-encryptor-command is correctly installed in Karaf and we can run the command line to get encrypted texts, for instance we get ENC(dummy)&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Then in a route we use this value "ENC(dummy)" in a string context parameter named "ftppassword" and use it as context.ftppassword to connect to an FTP server with a cFTP or cMessagingEndPoint, but it can't connect, the value seems not to be decrypted. Of course we gave a try and it works if we set the value directly the context parameter.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;How are we supposed to use the encrypted texts in Talend Studio and routes ?&lt;/P&gt; 
&lt;P&gt;Loko&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 09:55:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-use-seeded-encryption-tool-in-Talend-ESB-Studio/m-p/2203274#M4649</guid>
      <dc:creator>Loko</dc:creator>
      <dc:date>2024-11-16T09:55:08Z</dc:date>
    </item>
    <item>
      <title>Re: How to use seeded encryption tool in Talend ESB Studio ?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-use-seeded-encryption-tool-in-Talend-ESB-Studio/m-p/2203275#M4650</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt; 
&lt;P&gt;&lt;FONT size="1"&gt;&lt;FONT face="Verdana, Helvetica, Arial, sans-serif"&gt;Could you please take a look at this new feature jira issue:&lt;A title="https://jira.talendforge.org/browse/TESB-16366" href="https://jira.talendforge.org/browse/TESB-16366" target="_self" rel="nofollow noopener noreferrer"&gt;https://jira.talendforge.org/browse/TESB-16366&lt;/A&gt; to see if it is what you are looking for?&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt; 
&lt;P&gt;Best regards&lt;/P&gt; 
&lt;P&gt;Sabrina&lt;/P&gt;</description>
      <pubDate>Mon, 15 May 2017 08:09:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-use-seeded-encryption-tool-in-Talend-ESB-Studio/m-p/2203275#M4650</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-05-15T08:09:21Z</dc:date>
    </item>
    <item>
      <title>Re: How to use seeded encryption tool in Talend ESB Studio ?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-use-seeded-encryption-tool-in-Talend-ESB-Studio/m-p/2203276#M4651</link>
      <description>&lt;P&gt;I have recently solved a&amp;nbsp;problem like this using the following tutorials. First, this tutorial (&lt;A href="http://blog.nanthrax.net/2014/10/encrypt-configadmin-properties-values-in-apache-karaf/" target="_blank" rel="nofollow noopener noreferrer"&gt;http://blog.nanthrax.net/2014/10/encrypt-configadmin-properties-values-in-apache-karaf/&lt;/A&gt;) by Jean-Baptiste Onofre (the creator of Apache Karaf) shows you how to use Jasypt with Apache Karaf. This will also give you some Java which can be used in your Studio when debugging. Unfortunately you will need different code in your Studio because it doesn't run a version of the Karaf for testing &amp;nbsp;(......when will this be in the Studio Talend?).&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;The second tutorial is by Ed Ost (another good guy to watch out for). He talks about using Property Placeholders. You may not need to use this, but it is in the domain of what you are talking about is quite useful (&lt;A href="http://edwardost.github.io/cloud/platform/soa/2015/05/14/Working-with-Property-Placeholders-in-Talend-ESB/" target="_blank" rel="nofollow noopener noreferrer"&gt;http://edwardost.github.io/cloud/platform/soa/2015/05/14/Working-with-Property-Placeholders-in-Talend-ESB/&lt;/A&gt;).&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I hope this helps&lt;/P&gt;</description>
      <pubDate>Mon, 15 May 2017 09:16:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-use-seeded-encryption-tool-in-Talend-ESB-Studio/m-p/2203276#M4651</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-05-15T09:16:21Z</dc:date>
    </item>
    <item>
      <title>Re: How to use seeded encryption tool in Talend ESB Studio ?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-use-seeded-encryption-tool-in-Talend-ESB-Studio/m-p/2203277#M4652</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;
&lt;P&gt;I have no idea about how to get the "results" of thoses JIRA issues&lt;/P&gt;</description>
      <pubDate>Mon, 15 May 2017 13:34:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-use-seeded-encryption-tool-in-Talend-ESB-Studio/m-p/2203277#M4652</guid>
      <dc:creator>Loko</dc:creator>
      <dc:date>2017-05-15T13:34:37Z</dc:date>
    </item>
    <item>
      <title>Re: How to use seeded encryption tool in Talend ESB Studio ?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-use-seeded-encryption-tool-in-Talend-ESB-Studio/m-p/2203278#M4653</link>
      <description>Thank you Rhall
&lt;BR /&gt;
&lt;BR /&gt;Having no answer from Talend I also went into self-enconding with JASypt and it works fine.</description>
      <pubDate>Mon, 15 May 2017 13:35:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-use-seeded-encryption-tool-in-Talend-ESB-Studio/m-p/2203278#M4653</guid>
      <dc:creator>Loko</dc:creator>
      <dc:date>2017-05-15T13:35:28Z</dc:date>
    </item>
    <item>
      <title>Re: How to use seeded encryption tool in Talend ESB Studio ?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-use-seeded-encryption-tool-in-Talend-ESB-Studio/m-p/2203279#M4654</link>
      <description>&lt;BLOCKQUOTE&gt; 
 &lt;HR /&gt; 
 &lt;A href="https://community.qlik.com/s/profile/005390000069RuGAAU"&gt;@rhall&lt;/A&gt; wrote: 
 &lt;BR /&gt; 
 &lt;P&gt;Unfortunately you will need different code in your Studio because it doesn't run a version of the Karaf for testing &amp;nbsp;(......when will this be in the Studio Talend?).&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt; 
 &lt;HR /&gt; 
&lt;/BLOCKQUOTE&gt; 
&lt;P&gt;If I correct understand - this is exactly what was announced this weekend&amp;nbsp;&lt;/P&gt; 
&lt;DIV class="page"&gt; 
 &lt;DIV class="layoutArea"&gt; 
  &lt;DIV class="column"&gt; 
   &lt;P&gt;&lt;SPAN&gt;1.1. General &lt;/SPAN&gt;&lt;/P&gt; 
   &lt;P&gt;&lt;SPAN&gt;The Studio now supports a local Talend Runtime in the Studio to test Routes and Data Service Jobs easily within the OSGI Runtime environment. &lt;/SPAN&gt;&lt;/P&gt; 
   &lt;P&gt;&amp;nbsp;&lt;/P&gt; 
   &lt;P&gt;&lt;SPAN&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screen Shot 2017-05-16 at 12.40.12 AM.png" style="width: 400px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009Lu7A.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/152845i663652708F53255D/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009Lu7A.png" alt="0683p000009Lu7A.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt; 
  &lt;/DIV&gt; 
 &lt;/DIV&gt; 
&lt;/DIV&gt;</description>
      <pubDate>Mon, 15 May 2017 13:42:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-use-seeded-encryption-tool-in-Talend-ESB-Studio/m-p/2203279#M4654</guid>
      <dc:creator>vapukov</dc:creator>
      <dc:date>2017-05-15T13:42:04Z</dc:date>
    </item>
    <item>
      <title>Re: How to use seeded encryption tool in Talend ESB Studio ?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-use-seeded-encryption-tool-in-Talend-ESB-Studio/m-p/2203280#M4655</link>
      <description>&lt;P&gt;Awesome news!! I requested this when I worked for Talend. I can't believe I missed this. Thanks for pointing this out&amp;nbsp;&lt;A href="https://community.qlik.com/s/profile/005390000067LRbAAM"&gt;@vapukov&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 15 May 2017 13:44:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-use-seeded-encryption-tool-in-Talend-ESB-Studio/m-p/2203280#M4655</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-05-15T13:44:55Z</dc:date>
    </item>
    <item>
      <title>Re: How to use seeded encryption tool in Talend ESB Studio ?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-use-seeded-encryption-tool-in-Talend-ESB-Studio/m-p/2203281#M4656</link>
      <description>&lt;P&gt;I'm not sure I understood correctly the latests 2 posts :&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;- what is the difference between the new Talend Studio Runtime and running our routes in the studio as we did until now ?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;- Why should I need different code to run into Studio to developp and use Jasypt ? I could developp a "security" bean that uses this library and works fine both in Talend Studio and in Karaf (using sysenv as masterpassword)&lt;/P&gt;</description>
      <pubDate>Mon, 15 May 2017 14:36:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-use-seeded-encryption-tool-in-Talend-ESB-Studio/m-p/2203281#M4656</guid>
      <dc:creator>Loko</dc:creator>
      <dc:date>2017-05-15T14:36:31Z</dc:date>
    </item>
    <item>
      <title>Re: How to use seeded encryption tool in Talend ESB Studio ?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-use-seeded-encryption-tool-in-Talend-ESB-Studio/m-p/2203282#M4657</link>
      <description>&lt;P&gt;Talend Studio used to use a pseudo approximation of the actual Talend Runtime (Apache Karaf). This meant that if the route workd in the Studio you had to test it in a standalone runtime without easy access to debugging functionality. This is a pain. But they have now implemented the runtime into the Studio so that you can test exactly what you will be working with. This *should* remove the requirement for extra code in several situations to emulate the runtime.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 15 May 2017 15:12:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-use-seeded-encryption-tool-in-Talend-ESB-Studio/m-p/2203282#M4657</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-05-15T15:12:54Z</dc:date>
    </item>
  </channel>
</rss>

