Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello,
I have been using Base64 to encode and decode my passwords, but base64 is not an encryption scheme and does not provide me any security whatsoever. I need a secret key on top of the encrypted password and decrypt accordingly. Does talend have any component to support this? Can someone explain how i can achieve this in my talend job?
Hi,
There are no direct components in Talend for this use case. My suggestion would be to create a routine for your use case or create a custom component.
Warm Regards,
Nikhil Thampi
Please appreciate our Talend community members by giving Kudos for sharing their time for your query. If your query is answered, please mark the topic as resolved 🙂
Thanks everyone for the replies