简体   繁体   中英

Need to encrypt specific columns values in ADF copy data activity?

What I do I am reading the CSV file from the Azure storage account and copying the same data to the Azure SQL database in a table. The CSV file contains PII information such as first name, last name, phone and email. The column mapping with the sink database is one to one.

Want solution for: No issue, all data is properly copied. On top of that I want to encrypt the PII information. After encryption I will see only the encrypted value in the database.

I tried: I converted the PII value to hashbyte (SHA2_256) but I did not get the actual value back so it is not my solution

NOTE: I am using ADF V2

In advance, thank you for your time. Any of your input will be valuable to me

There are multiple types ways to handle pii in Azure SQL database like encryption or dynamic data masking. Is there any specific requirement why you want to encrypt the data through ADF? You can use dataflows within ADF to do the necessy encryption or needed

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM