We are evaluating talend for security at my org. I see that passwords are encrypted in Talend. We have passwords as context variables set to type 'password'. And in the code there is a call to routines.system.PasswordEncryptUtil.decryptPassword("<some random string>"); 1. What algorithm and key strength are used for encryption 2. Looking at the code below- looks like DES encryption is being used. Please confirm. What is the key strength ?
3. Can we overwrite this routine and change DES to AES, will this work.