Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Join us in Toronto Sept 9th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

File encryption

Hi,
I have a requirement to do PGP encryption of text files via Talend 6.2. The steps that I followed are below.
[list=1]

  • Convert the asc key file to binary

 

  • Replace the java security files with unlimited strength files on my PC

 

  • Use component tFileEncryptPGP to do the conversion.



I am getting the error in the screenshot. If this component doesn't work, what are the other options in talend for PGP encryption?
0683p000009MG3W.png

Labels (2)
1 Reply
Anonymous
Not applicable
Author

Hi,
The tFileEncryptPGP is a custom component written by talend community user and shared on talend exchange portal.
[font=Verdana, Helvetica, Arial, sans-serif] It seems that t[/font] he error:  java.security.InvalidKeyException: Illegal key size or default parameters
is coming from your java.security which is in your core JVM, the jvm security policies are most likely not installed correctly. Have you successfully installed the JCE Unlimited Strength Jurisdiction Policy Files?
Best regards
Sabrina