Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
I have designed a job that gets data from a Oracle source, transforms it and the output is a SQL server hosted in an Azure cloud.
I would like to know if its possible to encrypt the data that gets send to the database? With a component or maybe with a step in between(outside of talend)
Thanks in advance
Hi,
There are multiple ways you can encrypt the data. If you are looking for encryption at rest, you can set the encryption parameters of target database. But if you want to encrypt the data before storing into the database, then you can use custom encryption algorithms and call them using tMap or tjavarow.
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
you can also use inbuilt talend function in tMap under datamasking category > AES or DES encryption.