This documentation shows how to encrypt passwords using a user routine in
Talend Studio.
Whether for a company or for an individual, passwords are always critical assets that should not be shared. You may want to have a way to hide your passwords in Talend Studio so that the passwords are not exposed to others.
While it is possible to use any algorithm (SHA, DES, etc.), this example demonstrates how
to use ROT13 to transform the password talend
for a MySQL database
connection is transformed to gnyraq
in the Studio.