Encryption technique to handle the PII data and expose it?

Niren Adhikary 96 Reputation points
2023-06-27T06:21:25.5366667+00:00

Hello,

Could you please provide us with detail explanation on how do we handle the PII data and expose it?

How do we encrypt the data, what data encryption technique we need to use and detailed steps

Thanks !

Azure Synapse Analytics
Azure Synapse Analytics
An Azure analytics service that brings together data integration, enterprise data warehousing, and big data analytics. Previously known as Azure SQL Data Warehouse.
5,373 questions
{count} votes

2 answers

Sort by: Most helpful
  1. Vinodh247 34,661 Reputation points MVP Volunteer Moderator
    2023-06-27T09:53:14.2833333+00:00

    Hi,

    Thanks for reaching out to Microsoft Q&A.

    For PII data you can use data masking to encrypt data at rest. This can be done via script or from azure portal like given below. The data's will be encrypted at rest with various options to mask different fields like name, email address, pincode, phone etc.

    User's image

    Pls go through the below link for complete understanding and let me know if you have any questions.

    https://learn.microsoft.com/en-us/azure/synapse-analytics/guidance/security-white-paper-data-protection

    Please Upvote and Accept as answer if the reply was helpful, this will be benefitting the other community members who go through the same issue.


  2. PRADEEPCHEEKATLA 90,641 Reputation points Moderator
    2023-06-29T07:40:33.41+00:00

    @Niren Adhikary - Thanks for the question and using MS Q&A platform.

    Data at Rest: Azure provides encryption for data at rest by default. For highly sensitive data, you have options to implement additional encryption at rest on all Azure resources where available. Azure manages your encryption keys by default, but Azure also provides options to manage your own keys (customer-managed keys) for certain Azure services to meet regulatory requirements.

    Data at transit: By default, Azure provides encryption for data in transit between Azure data centers.

    For more details, refer to Azure security baseline for Azure Data Factory.

    This article provides an overview of how encryption is used in Microsoft Azure. It covers the major areas of encryption, including encryption at rest, encryption in flight, and key management with Azure Key Vault. Each section includes links to more detailed information.

    This article describes best practices for data security and encryption.

    Hope this helps. Do let us know if you any further queries.


    If this answers your query, do click Accept Answer and Yes for was this answer helpful. And, if you have any further query do let us know.


Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.