<?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: Encrypting Files in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Encrypting-Files/m-p/2368168#M131464</link>
    <description>Is there any way I can use tGPGEncrypt to encrypt and sign a file?  Please help.</description>
    <pubDate>Fri, 11 Mar 2011 00:47:03 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2011-03-11T00:47:03Z</dc:date>
    <item>
      <title>Encrypting Files</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Encrypting-Files/m-p/2368151#M131447</link>
      <description>Hi,
&lt;BR /&gt;I need to be able to encrypt files.
&lt;BR /&gt;Is there a tFileEncrypt component I can download?
&lt;BR /&gt;Is it possible to do with tSystem? If yes, how?
&lt;BR /&gt;Let me know
&lt;BR /&gt;Thanks.
&lt;BR /&gt;Boris</description>
      <pubDate>Sat, 16 Nov 2024 13:26:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Encrypting-Files/m-p/2368151#M131447</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-11-16T13:26:54Z</dc:date>
    </item>
    <item>
      <title>Re: Encrypting Files</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Encrypting-Files/m-p/2368152#M131448</link>
      <description>Hello 
&lt;BR /&gt;I have uploaded a component tGPGEncrypt on 4557.
&lt;BR /&gt;Best regards
&lt;BR /&gt;Shong</description>
      <pubDate>Thu, 29 Apr 2010 03:29:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Encrypting-Files/m-p/2368152#M131448</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2010-04-29T03:29:36Z</dc:date>
    </item>
    <item>
      <title>Re: Encrypting Files</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Encrypting-Files/m-p/2368153#M131449</link>
      <description>Hi,&lt;BR /&gt;I downloaded the following component: tFilePGPEncrypt.&lt;BR /&gt;Specified the following:&lt;BR /&gt;source plaintext file: test.txt  (just a test notepad file)&lt;BR /&gt;destination encrypted file: test_encrypt&lt;BR /&gt;Public Key: specified id_rsa.pub file.&lt;BR /&gt;I am getting the error below:&lt;BR /&gt;java.io.IOException: unknown object in stream: 51&lt;BR /&gt;	at org.bouncycastle.openpgp.PGPObjectFactory.nextObject(Unknown Source)&lt;BR /&gt;	at org.bouncycastle.openpgp.PGPPublicKeyRingCollection.&amp;lt;init&amp;gt;(Unknown Source)&lt;BR /&gt;	at org.talend.pgp.PGPEncrypt.readPublicKeyFromCol(PGPEncrypt.java:84)&lt;BR /&gt;	at org.talend.pgp.PGPEncrypt.encryptFile(PGPEncrypt.java:51)&lt;BR /&gt;	at ebs.concur_ftp_0_1.Concur_ftp.tFileEncryptPGP_1Process(Concur_ftp.java:200)&lt;BR /&gt;	at ebs.concur_ftp_0_1.Concur_ftp.runJobInTOS(Concur_ftp.java:376)&lt;BR /&gt;	at ebs.concur_ftp_0_1.Concur_ftp.main(Concur_ftp.java:270)</description>
      <pubDate>Thu, 29 Apr 2010 15:41:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Encrypting-Files/m-p/2368153#M131449</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2010-04-29T15:41:24Z</dc:date>
    </item>
    <item>
      <title>Re: Encrypting Files</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Encrypting-Files/m-p/2368154#M131450</link>
      <description>Hello 
&lt;BR /&gt;Where do you download tFilePGPEncrypt?Exchange?
&lt;BR /&gt;Please try tGPGEncrypt component.
&lt;BR /&gt;Best regards
&lt;BR /&gt;Shong</description>
      <pubDate>Thu, 29 Apr 2010 15:57:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Encrypting-Files/m-p/2368154#M131450</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2010-04-29T15:57:35Z</dc:date>
    </item>
    <item>
      <title>Re: Encrypting Files</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Encrypting-Files/m-p/2368155#M131451</link>
      <description>Yes, from Exchange.  Josh Holman, from Talend, actually told me to use tFileEncryptPGP component.</description>
      <pubDate>Thu, 29 Apr 2010 15:58:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Encrypting-Files/m-p/2368155#M131451</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2010-04-29T15:58:55Z</dc:date>
    </item>
    <item>
      <title>Re: Encrypting Files</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Encrypting-Files/m-p/2368156#M131452</link>
      <description>tFileEncryptPGP is a pure Java implementation, the tGPGEncrypt requires a gpg/pgp binary. The problem is BouncyCastle does not recognize your key. id_rsa.pub is a SSH key. SSH keys are base64 encoded to be human readable. Try using GPG or PGP to generate your key. 
&lt;BR /&gt;EDIT: 
&lt;BR /&gt;Also, make sure you install the JCE Unlimited Strength Jurisdiction Policy Files.</description>
      <pubDate>Thu, 29 Apr 2010 18:59:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Encrypting-Files/m-p/2368156#M131452</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2010-04-29T18:59:23Z</dc:date>
    </item>
    <item>
      <title>Re: Encrypting Files</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Encrypting-Files/m-p/2368157#M131453</link>
      <description>Hi,
&lt;BR /&gt;I installed JCE Unlimited Strength Jurisdiction Policy Files, and also created a new key, which I am able to use to encrypt files manually. However, when I do it with tFileEncryptPGP component, and specify source file, destination file and key, it still produces the same error.
&lt;BR /&gt;Please let me know,
&lt;BR /&gt;Thanks
&lt;BR /&gt;Boris</description>
      <pubDate>Mon, 03 May 2010 14:53:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Encrypting-Files/m-p/2368157#M131453</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2010-05-03T14:53:24Z</dc:date>
    </item>
    <item>
      <title>Re: Encrypting Files</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Encrypting-Files/m-p/2368158#M131454</link>
      <description>The security files need to be installed into the Java version you are using. 
&lt;BR /&gt;The error: 
&lt;BR /&gt;java.security.InvalidKeyException: Illegal key size or default parameters 
&lt;BR /&gt;Is coming from your java.security which is in your core JVM, the jvm security policies are most likely not installed correctly. Make sure they policies are in /lib/security of the correct JVM</description>
      <pubDate>Mon, 03 May 2010 20:54:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Encrypting-Files/m-p/2368158#M131454</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2010-05-03T20:54:21Z</dc:date>
    </item>
    <item>
      <title>Re: Encrypting Files</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Encrypting-Files/m-p/2368159#M131455</link>
      <description>I got this component to work. thanks.&lt;BR /&gt;Is tPGPEncrypt only usable on a windows box?&lt;BR /&gt;I need to be able to encrypt a file sitting on a UNIX box. There is no tFileGPGEncrypt component,right?  How can I do that?</description>
      <pubDate>Mon, 10 May 2010 13:21:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Encrypting-Files/m-p/2368159#M131455</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2010-05-10T13:21:53Z</dc:date>
    </item>
    <item>
      <title>Re: Encrypting Files</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Encrypting-Files/m-p/2368160#M131456</link>
      <description>Does this component only work if the gpg key created is RSA???
&lt;BR /&gt;When I create a DSA type key, I get an error below when I try to encrypt a file. When I create an RSA key, then everything works fine.
&lt;BR /&gt;Please let me know,
&lt;BR /&gt;Thanks,
&lt;BR /&gt;Boris
&lt;BR /&gt;java.lang.NullPointerException
&lt;BR /&gt; at org.talend.pgp.PGPEncrypt.encryptFile(PGPEncrypt.java:55)
&lt;BR /&gt; at ebs.concur_ftp_0_1.Concur_ftp.tFileInputDelimited_1Process(Concur_ftp.java:248)
&lt;BR /&gt; at ebs.concur_ftp_0_1.Concur_ftp.runJobInTOS(Concur_ftp.java:447)
&lt;BR /&gt; at ebs.concur_ftp_0_1.Concur_ftp.main(Concur_ftp.java:341)
&lt;BR /&gt;java.lang.NullPointerException
&lt;BR /&gt; at org.talend.pgp.PGPEncrypt.encryptFile(PGPEncrypt.java:55)
&lt;BR /&gt; at ebs.concur_ftp_0_1.Concur_ftp.tFileInputDelimited_1Process(Concur_ftp.java:248)
&lt;BR /&gt; at ebs.concur_ftp_0_1.Concur_ftp.runJobInTOS(Concur_ftp.java:447)
&lt;BR /&gt; at ebs.concur_ftp_0_1.Concur_ftp.main(Concur_ftp.java:341)
&lt;BR /&gt;java.lang.NullPointerException
&lt;BR /&gt; at org.talend.pgp.PGPEncrypt.encryptFile(PGPEncrypt.java:55)
&lt;BR /&gt; at ebs.concur_ftp_0_1.Concur_ftp.tFileInputDelimited_1Process(Concur_ftp.java:248)
&lt;BR /&gt; at ebs.concur_ftp_0_1.Concur_ftp.runJobInTOS(Concur_ftp.java:447)
&lt;BR /&gt; at ebs.concur_ftp_0_1.Concur_ftp.main(Concur_ftp.java:341)
&lt;BR /&gt;java.lang.NullPointerException
&lt;BR /&gt; at org.talend.pgp.PGPEncrypt.encryptFile(PGPEncrypt.java:55)
&lt;BR /&gt; at ebs.concur_ftp_0_1.Concur_ftp.tFileInputDelimited_1Process(Concur_ftp.java:248)
&lt;BR /&gt; at ebs.concur_ftp_0_1.Concur_ftp.runJobInTOS(Concur_ftp.java:447)
&lt;BR /&gt; at ebs.concur_ftp_0_1.Concur_ftp.main(Concur_ftp.java:341)
&lt;BR /&gt; disconnected
&lt;BR /&gt;java.lang.NullPointerException
&lt;BR /&gt; at org.talend.pgp.PGPEncrypt.encryptFile(PGPEncrypt.java:55)
&lt;BR /&gt; at ebs.concur_ftp_0_1.Concur_ftp.tFileInputDelimited_1Process(Concur_ftp.java:248)
&lt;BR /&gt; at ebs.concur_ftp_0_1.Concur_ftp.runJobInTOS(Concur_ftp.java:447)
&lt;BR /&gt; at ebs.concur_ftp_0_1.Concur_ftp.main(Concur_ftp.java:341)
&lt;BR /&gt;java.lang.NullPointerException
&lt;BR /&gt; at org.talend.pgp.PGPEncrypt.encryptFile(PGPEncrypt.java:55)
&lt;BR /&gt; at ebs.concur_ftp_0_1.Concur_ftp.tFileInputDelimited_1Process(Concur_ftp.java:248)
&lt;BR /&gt; at ebs.concur_ftp_0_1.Concur_ftp.runJobInTOS(Concur_ftp.java:447)
&lt;BR /&gt; at ebs.concur_ftp_0_1.Concur_ftp.main(Concur_ftp.java:341)</description>
      <pubDate>Thu, 13 May 2010 14:00:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Encrypting-Files/m-p/2368160#M131456</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2010-05-13T14:00:23Z</dc:date>
    </item>
    <item>
      <title>Re: Encrypting Files</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Encrypting-Files/m-p/2368161#M131457</link>
      <description>Hi Boris, 
&lt;BR /&gt; I can't remember if I left the drop down with DSA in the component or not, if I did I apologize. DSA is Digital Signature Algorithm and is used for signing only, not encrypting. I orginally intended to implement encryption with ElGamal and signing with DSA (Which PGP supports) but decided against it in the end and just used RSA, due to the collision weakness in SHA1 (used by DSA) and the GPG developers decision to move to RSA as the default (probably for this same reason). ( 
&lt;A href="http://lists.gnupg.org/pipermail/gnupg-users/2009-June/036794.html" rel="nofollow noopener noreferrer"&gt;http://lists.gnupg.org/pipermail/gnupg-users/2009-June/036794.html&lt;/A&gt;) 
&lt;BR /&gt; 
&lt;BR /&gt; Josh</description>
      <pubDate>Thu, 13 May 2010 14:46:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Encrypting-Files/m-p/2368161#M131457</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2010-05-13T14:46:16Z</dc:date>
    </item>
    <item>
      <title>Re: Encrypting Files</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Encrypting-Files/m-p/2368162#M131458</link>
      <description>Hi,
&lt;BR /&gt;So, my client's requirement is that this is done with DSA type key, so tPGPEncrypt won't work for me.
&lt;BR /&gt;I am now trying this using tSystem component. I put in this command (which works manually from a unix window):
&lt;BR /&gt;"gpg --encrypt --recipient 'Boris Volf' /apps/talend/TIS_EE_3/share/EBS/list_p0005664dyoy_201005111441.txt"
&lt;BR /&gt;And get the following:
&lt;BR /&gt;Starting job Concur_ftp at 14:39 13/05/2010.
&lt;BR /&gt; connecting to socket on port 4157
&lt;BR /&gt; connected
&lt;BR /&gt; disconnected
&lt;BR /&gt;usage: gpg --encrypt 
&lt;BR /&gt;Job Concur_ftp ended at 14:39 13/05/2010. 
&lt;BR /&gt;
&lt;BR /&gt;This looks like 'Boris Volf' is causing issues due to single quotes inside double quotes. I tried with this, and still get the same:
&lt;BR /&gt;"gpg --encrypt --recipient \'Boris Volf\' /apps/talend/TIS_EE_3/share/EBS/list_p0005664dyoy_201005111441.txt"
&lt;BR /&gt;Do you know what the problem is?</description>
      <pubDate>Thu, 13 May 2010 20:28:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Encrypting-Files/m-p/2368162#M131458</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2010-05-13T20:28:14Z</dc:date>
    </item>
    <item>
      <title>Re: Encrypting Files</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Encrypting-Files/m-p/2368163#M131459</link>
      <description>You are using a DSA/Elgamal keypair then. Trying passing the parameters in the parameters section of the tSystem instead of in the command section (which should just be '/usr/bin/gpg' or wherever gpg is)</description>
      <pubDate>Thu, 13 May 2010 21:52:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Encrypting-Files/m-p/2368163#M131459</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2010-05-13T21:52:01Z</dc:date>
    </item>
    <item>
      <title>Re: Encrypting Files</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Encrypting-Files/m-p/2368164#M131460</link>
      <description>Yes, I am using DSA/Elgamal pair. 
&lt;BR /&gt;I created a parameter called "key_name", "key_name" values is "Boris Volf" 
&lt;BR /&gt;so my tSystem command looks like this: 
&lt;BR /&gt;"gpg --encrypt --recipient key_name /apps/talend/TIS_EE_3/share/EBS/list_p0005664dyoy_201005111441.txt" 
&lt;BR /&gt;However, now it does not recognize my public key: 
&lt;BR /&gt; connecting to socket on port 3391 
&lt;BR /&gt; connected 
&lt;BR /&gt; disconnected 
&lt;BR /&gt;gpg: key_name: skipped: public key not found 
&lt;BR /&gt;gpg: /apps/talend/TIS_EE_3/share/EBS/list_p0005664dyoy_201005111441.txt: encryption failed: public key not found</description>
      <pubDate>Mon, 17 May 2010 13:50:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Encrypting-Files/m-p/2368164#M131460</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2010-05-17T13:50:18Z</dc:date>
    </item>
    <item>
      <title>Re: Encrypting Files</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Encrypting-Files/m-p/2368165#M131461</link>
      <description>Hi Josh,
&lt;BR /&gt;Also, while generating a gpg key, I changed my name from "Boris Volf" to BorisVolf, eliminating the space.
&lt;BR /&gt;From UNIX, this command still works:
&lt;BR /&gt;gpg --encrypt --recipient 'BorisVolf' /apps/talend/TIS_EE_3/share/EBS/list_p0005664dyoy_201005111441.txt
&lt;BR /&gt;From Talend, I get the "public key" not found error.
&lt;BR /&gt;Please let me know how I can encrypt a file using any of Talend's components.
&lt;BR /&gt;Thanks,
&lt;BR /&gt;Boris</description>
      <pubDate>Mon, 17 May 2010 13:59:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Encrypting-Files/m-p/2368165#M131461</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2010-05-17T13:59:31Z</dc:date>
    </item>
    <item>
      <title>Re: Encrypting Files</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Encrypting-Files/m-p/2368166#M131462</link>
      <description>Hello, 
&lt;BR /&gt;I removed the single quotes all together, and that seemed to have worked. 
&lt;BR /&gt;"gpg --encrypt --recipient BorisVolf /apps/talend/TIS_EE_3/share/EBS/list_p0005664dyoy_201005111441.txt" 
&lt;BR /&gt;Just waiting for my client to make sure DSA/Elgamal will work for them 
&lt;BR /&gt;Thanks, 
&lt;BR /&gt;Boris</description>
      <pubDate>Mon, 17 May 2010 14:11:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Encrypting-Files/m-p/2368166#M131462</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2010-05-17T14:11:12Z</dc:date>
    </item>
    <item>
      <title>Re: Encrypting Files</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Encrypting-Files/m-p/2368167#M131463</link>
      <description>Hi &lt;BR /&gt;I have downloaded the "tGPGEncrypt" component from the following link:&lt;BR /&gt;&lt;A href="http://www.talendforge.org/bugs/view.php?id=4557" rel="nofollow noopener noreferrer"&gt;http://www.talendforge.org/bugs/view.php?id=4557&lt;/A&gt;&lt;BR /&gt;However, when I use it to encrypt a file, nothing happens. It shows no error and exits with a return code 0.&lt;BR /&gt;--------------------------------------------------&lt;BR /&gt;Starting job tJava_cmd at 16:19 22/01/2011.&lt;BR /&gt; connecting to socket on port 3949&lt;BR /&gt; connected&lt;BR /&gt; disconnected&lt;BR /&gt;Job tJava_cmd ended at 16:19 22/01/2011. &lt;BR /&gt;----------------------------------------------------&lt;BR /&gt;Can you please advise..&lt;BR /&gt;Regards&lt;BR /&gt;Kshitij</description>
      <pubDate>Sat, 22 Jan 2011 21:27:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Encrypting-Files/m-p/2368167#M131463</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2011-01-22T21:27:02Z</dc:date>
    </item>
    <item>
      <title>Re: Encrypting Files</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Encrypting-Files/m-p/2368168#M131464</link>
      <description>Is there any way I can use tGPGEncrypt to encrypt and sign a file?  Please help.</description>
      <pubDate>Fri, 11 Mar 2011 00:47:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Encrypting-Files/m-p/2368168#M131464</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2011-03-11T00:47:03Z</dc:date>
    </item>
    <item>
      <title>Re: Encrypting Files</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Encrypting-Files/m-p/2368169#M131465</link>
      <description>Hi,
&lt;BR /&gt;
&lt;BR /&gt;I need to encrypt a csv file to a pgp file. And then again decrypt it....
&lt;BR /&gt;please can you illustrate the steps with some example....
&lt;BR /&gt;Also my version of talend studio does not have any encryption component...
&lt;BR /&gt;please help asap...
&lt;BR /&gt;
&lt;BR /&gt;thanks in advance...</description>
      <pubDate>Mon, 23 Feb 2015 13:18:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Encrypting-Files/m-p/2368169#M131465</guid>
      <dc:creator>_AnonymousUser</dc:creator>
      <dc:date>2015-02-23T13:18:54Z</dc:date>
    </item>
    <item>
      <title>Re: Encrypting Files</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Encrypting-Files/m-p/2368170#M131466</link>
      <description>please help...I am new to talend</description>
      <pubDate>Wed, 25 Feb 2015 12:22:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Encrypting-Files/m-p/2368170#M131466</guid>
      <dc:creator>_AnonymousUser</dc:creator>
      <dc:date>2015-02-25T12:22:26Z</dc:date>
    </item>
  </channel>
</rss>

