Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Write Table now available in Qlik Cloud Analytics: Read Blog
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Encrypting data to Azure SQL DB

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

Labels (4)
2 Replies
Anonymous
Not applicable
Author

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

Anonymous
Not applicable
Author

you can also use inbuilt talend function in tMap  under datamasking category > AES or DES encryption.