I would like to know how to cypher strings. A concret usecase would be a password in a properties file. The encrypted password is in the properties file, and is decyphered in the job.
I think it's possible to find code examples on the web, for instance with AES encryption, create my jar file on Eclipse on another IDE and run it. However, maybe encryption is natively available in Talend.