<?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: Need to see password from repository entry in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Need-to-see-password-from-repository-entry/m-p/2251990#M35774</link>
    <description>&lt;P&gt;Hello everyone!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If someone finds this post after so many years as I did, I figured out another way because the others were not totally clear or not working.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You can go into the code view of the DB connection and there you can find the part of the code which decrypts the password. &lt;/P&gt;&lt;P&gt;Something like:&lt;/P&gt;&lt;P&gt;routines.system.PasswordEncryptUtil.decryptPassword("")&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If you use tJava you can put that value into a String variable and then print it on the console, like:&lt;/P&gt;&lt;P&gt;String dbPW = routines.system.PasswordEncryptUtil.decryptPassword("");&lt;/P&gt;&lt;P&gt;System.out.println(dbPW);&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I hope this helps someone getting the DB password!&lt;/P&gt;&lt;P&gt;Kind regards,&lt;/P&gt;&lt;P&gt;Mark&lt;/P&gt;</description>
    <pubDate>Tue, 08 Aug 2023 09:40:02 GMT</pubDate>
    <dc:creator>mKaposvari</dc:creator>
    <dc:date>2023-08-08T09:40:02Z</dc:date>
    <item>
      <title>Need to see password from repository entry</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Need-to-see-password-from-repository-entry/m-p/2251980#M35764</link>
      <description>An ex-employee created some repository entries for databases we need to connect to. Unfortunately we are now having problems connecting to one of these. When I pull up the repository entry for the connection, I can see everything except for the db password - he, unfortunately did not write this down anywhere else, so, my question, is how do I get talend to display the password instead of asterisks? On built-in connections the passwords are in full view, so i am hoping it is just a parameter that I need to change. thanks for your assistance.</description>
      <pubDate>Thu, 16 Aug 2012 15:55:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Need-to-see-password-from-repository-entry/m-p/2251980#M35764</guid>
      <dc:creator>_AnonymousUser</dc:creator>
      <dc:date>2012-08-16T15:55:18Z</dc:date>
    </item>
    <item>
      <title>Re: Need to see password from repository entry</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Need-to-see-password-from-repository-entry/m-p/2251981#M35765</link>
      <description>Build a simple job with just a database connection to the database.
&lt;BR /&gt;Start the job.
&lt;BR /&gt;Go to your workspace.
&lt;BR /&gt;Navigate to the folder .Java/src/%project_name%/%job_name%/contexts
&lt;BR /&gt;Open any .properties file.
&lt;BR /&gt;It contains the password in clear text.
&lt;BR /&gt;OR build a job with the repository context parameters added and add a tJava with
&lt;BR /&gt;System.out.println(context.DATABASENAME_Password);
&lt;BR /&gt;in it.</description>
      <pubDate>Thu, 16 Aug 2012 16:08:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Need-to-see-password-from-repository-entry/m-p/2251981#M35765</guid>
      <dc:creator>_AnonymousUser</dc:creator>
      <dc:date>2012-08-16T16:08:36Z</dc:date>
    </item>
    <item>
      <title>Re: Need to see password from repository entry</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Need-to-see-password-from-repository-entry/m-p/2251982#M35766</link>
      <description>Unfortunately, neither of these methods worked. I did find it though in a metadata connections property file from an export the previous employee created. &lt;BR /&gt;I would like to get either one of the suggestions working though, for other projects where i do not have an export. The context file was available, but it had nothing in it (except for a comment line with the date on it); the tJava did not recognize the variable to be printed. So what am I missing?</description>
      <pubDate>Thu, 16 Aug 2012 16:57:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Need-to-see-password-from-repository-entry/m-p/2251982#M35766</guid>
      <dc:creator>_AnonymousUser</dc:creator>
      <dc:date>2012-08-16T16:57:46Z</dc:date>
    </item>
    <item>
      <title>Re: Need to see password from repository entry</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Need-to-see-password-from-repository-entry/m-p/2251983#M35767</link>
      <description>JimmyRussels suggestion works if the connection setting have been converted to context variables.&lt;BR /&gt;If not, just drag the repository item into a job and then change the property type to built-in and the password will be in the clear.&lt;BR /&gt;Pretty hopeless security really!</description>
      <pubDate>Fri, 17 Aug 2012 01:52:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Need-to-see-password-from-repository-entry/m-p/2251983#M35767</guid>
      <dc:creator>alevy</dc:creator>
      <dc:date>2012-08-17T01:52:15Z</dc:date>
    </item>
    <item>
      <title>Re: Need to see password from repository entry</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Need-to-see-password-from-repository-entry/m-p/2251984#M35768</link>
      <description>Well of course you have to change DATABASENAME to your database name. 
&lt;BR /&gt;What exactly do you mean by "repository entries"? Database connections in the metadata section? 
&lt;BR /&gt;OK another way: 
&lt;BR /&gt;Create a tYourDatbaseTypeInput component with the database connection and put a tJavaRow behind it. 
&lt;BR /&gt;Create a correct SQL Statement (SELECT 1 FROM DUAL on Oracle e.g.). 
&lt;BR /&gt;Write the following in your tJavaRow: 
&lt;BR /&gt; 
&lt;PRE&gt;System.out.println(password_tYourDatabaseTypeInput_1);&lt;/PRE&gt; 
&lt;BR /&gt;For Oracle e.g: 
&lt;BR /&gt; 
&lt;PRE&gt;tOracleInput -&amp;gt; tJavaRow&lt;BR /&gt;System.out.println(password_tOracleInput_1);&lt;/PRE&gt; 
&lt;BR /&gt;If that still does not work, the passwords are encrypted with DES, Key "Talend-Key". See 
&lt;BR /&gt; 
&lt;A href="http://talendforge.org/svn/tos/branches/jobserver-karaf/org.talend.commons.runtime/src/org/talend/commons/utils/PasswordEncryptUtil.java" rel="nofollow noopener noreferrer"&gt;http://talendforge.org/svn/tos/branches/jobserver-karaf/org.talend.commons.runtime/src/org/talend/commons/utils/PasswordEncryptUtil.java&lt;/A&gt; 
&lt;BR /&gt;(Ignore that it's jobserver-karaf, it's the same for all Talend versions).</description>
      <pubDate>Fri, 17 Aug 2012 07:22:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Need-to-see-password-from-repository-entry/m-p/2251984#M35768</guid>
      <dc:creator>_AnonymousUser</dc:creator>
      <dc:date>2012-08-17T07:22:14Z</dc:date>
    </item>
    <item>
      <title>Re: Need to see password from repository entry</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Need-to-see-password-from-repository-entry/m-p/2251985#M35769</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;JimmyRussels suggestion works if the connection setting have been converted to context variables.&lt;BR /&gt;If not, just drag the repository item into a job and then change the property type to built-in and the password will be in the clear.&lt;BR /&gt;Pretty hopeless security really!&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;Great answer Alevy!!!&lt;BR /&gt;For same issue I was thinking since the password encryption type is &lt;B&gt;PBEWithMD5AndDES&lt;/B&gt;, I was looking for SALT and PASSWORD text, silly me!!!</description>
      <pubDate>Fri, 17 Aug 2012 08:13:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Need-to-see-password-from-repository-entry/m-p/2251985#M35769</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-08-17T08:13:35Z</dc:date>
    </item>
    <item>
      <title>Re: Need to see password from repository entry</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Need-to-see-password-from-repository-entry/m-p/2251986#M35770</link>
      <description>&lt;P&gt;hello,&lt;/P&gt;&lt;P&gt;this solve my issue!&lt;/P&gt;&lt;P&gt;Welldone&lt;/P&gt;</description>
      <pubDate>Fri, 29 Jun 2018 12:56:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Need-to-see-password-from-repository-entry/m-p/2251986#M35770</guid>
      <dc:creator>fataboubou</dc:creator>
      <dc:date>2018-06-29T12:56:24Z</dc:date>
    </item>
    <item>
      <title>Re: Need to see password from repository entry</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Need-to-see-password-from-repository-entry/m-p/2251987#M35771</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;could you please tell me where to find passphrase in talend&amp;nbsp; to decrypt password in .item files&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;</description>
      <pubDate>Thu, 31 Oct 2019 21:24:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Need-to-see-password-from-repository-entry/m-p/2251987#M35771</guid>
      <dc:creator>MZein</dc:creator>
      <dc:date>2019-10-31T21:24:10Z</dc:date>
    </item>
    <item>
      <title>Re: Need to see password from repository entry</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Need-to-see-password-from-repository-entry/m-p/2251988#M35772</link>
      <description>&lt;P&gt;Hello &lt;A href="https://community.qlik.com/s/profile/0053p000007LQO1AAO"&gt;@MZein&lt;/A&gt;&lt;/P&gt; 
&lt;P&gt;Are your database passwords as stored in the .item files encrypted? There is a community article about:&lt;A title="https://community.talend.com/t5/Design-and-Development/Data-encryption-in-Talend-7-2-1/ta-p/200397" href="https://community.qlik.com/s/article/ka03p0000006Es7AAE" target="_self"&gt;https://community.talend.com/t5/Design-and-Development/Data-encryption-in-Talend-7-2-1/ta-p/200397&lt;/A&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Best regards&lt;/P&gt; 
&lt;P&gt;Sabrina&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 01 Nov 2019 02:57:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Need-to-see-password-from-repository-entry/m-p/2251988#M35772</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-11-01T02:57:07Z</dc:date>
    </item>
    <item>
      <title>Re: Need to see password from repository entry</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Need-to-see-password-from-repository-entry/m-p/2251989#M35773</link>
      <description>&lt;P&gt;This worked for me. Thank you &lt;/P&gt;</description>
      <pubDate>Fri, 04 Mar 2022 16:45:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Need-to-see-password-from-repository-entry/m-p/2251989#M35773</guid>
      <dc:creator>PPat9713</dc:creator>
      <dc:date>2022-03-04T16:45:53Z</dc:date>
    </item>
    <item>
      <title>Re: Need to see password from repository entry</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Need-to-see-password-from-repository-entry/m-p/2251990#M35774</link>
      <description>&lt;P&gt;Hello everyone!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If someone finds this post after so many years as I did, I figured out another way because the others were not totally clear or not working.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You can go into the code view of the DB connection and there you can find the part of the code which decrypts the password. &lt;/P&gt;&lt;P&gt;Something like:&lt;/P&gt;&lt;P&gt;routines.system.PasswordEncryptUtil.decryptPassword("")&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If you use tJava you can put that value into a String variable and then print it on the console, like:&lt;/P&gt;&lt;P&gt;String dbPW = routines.system.PasswordEncryptUtil.decryptPassword("");&lt;/P&gt;&lt;P&gt;System.out.println(dbPW);&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I hope this helps someone getting the DB password!&lt;/P&gt;&lt;P&gt;Kind regards,&lt;/P&gt;&lt;P&gt;Mark&lt;/P&gt;</description>
      <pubDate>Tue, 08 Aug 2023 09:40:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Need-to-see-password-from-repository-entry/m-p/2251990#M35774</guid>
      <dc:creator>mKaposvari</dc:creator>
      <dc:date>2023-08-08T09:40:02Z</dc:date>
    </item>
  </channel>
</rss>

