Encryption algorithms supported by Synapse Analytics

pmscorca 987 Reputation points
2024-02-13T14:29:15.1166667+00:00

Hi, which are the encryption algorithms supported by a Synapse Analytics SQL pool? I need to encrypt some table columns by using a T-SQL scripts. 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.
4,841 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Bhargava-MSFT 30,496 Reputation points Microsoft Employee
    2024-02-13T21:45:44.4366667+00:00

    Hello pmscorca,

    TDE protects data and log files, using AES and Triple Data Encryption Standard (3DES) encryption algorithms. Reference document: https://learn.microsoft.com/en-us/sql/relational-databases/security/encryption/transparent-data-encryption?view=sql-server-ver15 The default setting for TDE is that the DEK is protected by a built-in server certificate. The built-in server certificate is unique for each server and the encryption algorithm used is AES 256.

    Synapse supports data encryption in transit with TLS v1.2, using AES 256 encryption(default)

    Reference documents: https://learn.microsoft.com/en-us/azure/synapse-analytics/guidance/security-white-paper-data-protection#data-in-transit

    https://learn.microsoft.com/en-us/azure/azure-sql/database/transparent-data-encryption-tde-overview?view=azuresql&tabs=azure-portal

    How to choose the right algorithm:

    T-SQL scipts:
    https://learn.microsoft.com/en-us/sql/relational-databases/security/encryption/encrypt-a-column-of-data?view=sql-server-ver16 I hope this answers your question.


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.