Hi all, I have a Job which take a file on a FTP Server (Server1) and after treatment, it send a new file on other FTP Server (Server2) So i should now encrypt this file before send it, because (Server2) is not reliable. After many research i see component tGPGDecrypt to decrypt file but not a component to encrypt File. May you help me please
As we known that, there is a custom component tFileEncryptPGP shared on Talend Exchange.
You can write a routine to encrypt stuff where you can use the standard java encryption mechanism.