About 38,200 results
Open links in new tab
  1. SQL Server encryption - SQL Server | Microsoft Learn

    Nov 22, 2024 · In SQL Server, encryption keys include a combination of public, private, and symmetric keys that are used to protect sensitive data. This section explains how to implement and manage encryption keys.

  2. Configure SQL Server Database Engine for encryption - SQL Server ...

    Dec 17, 2024 · This article describes how to configure SQL Server for certificates and change encryption settings of the SQL Server instance . Both steps are required to encrypt all incoming connections to SQL Server when using a certificate from a public commercial authority.

  3. Transparent data encryption (TDE) - SQL Server | Microsoft Learn

    Oct 30, 2024 · Learn about transparent data encryption, which encrypts SQL Server, Azure SQL Database, and Azure Synapse Analytics data, known as encrypting data at rest.

  4. An overview of the column level SQL Server encryption - SQL

    Jan 14, 2020 · We have many encryptions available in SQL Server such as Transparent Data Encryption (TDE), Always Encrypted, Static data masking and Dynamic Data Masking. In this article, we will explore column level SQL Server encryption using symmetric keys.

  5. Enabling, Querying and Modifying Data - SQL Server Tips

    May 9, 2023 · In 2015, during the SQL Server 2016 beta, I explored a new feature in this article, Always Encrypted. This feature finally allowed us to encrypt data at rest and on the wire, and I showed how beneficial this was and how much more secure your data could be.

  6. SQL Server Encryption Explained: TDE, Column-Level Encryption

    Jun 13, 2019 · This article describes 5 Microsoft SQL Server encryption types, including TDE, and explains when each of them can be used to encrypt data in your database.

  7. SQL Server Column Encryption and Decryption with Code Examples

    Dec 18, 2024 · Column-level encryption can encrypt a whole column of a table within a SQL Server database. Examples of columns suitable for this kind of encryption are those holding any kind of sensitive data for personal identity through to national security secrets.

  8. Encrypting SQL Server: Transparent Data Encryption (TDE)

    Jan 12, 2017 · With the release of SQL Server 2008, Microsoft expanded the database engine’s security capabilities by adding Transparent Data Encryption (TDE), a built-in feature for encrypting data at rest. TDE protects the physical media that hold the data associated with a user database, including the data and log files and any backups or snapshots.

  9. SQL Server & database encryption keys - SQL Server | Microsoft …

    Mar 3, 2023 · SQL Server uses encryption keys to help secure data, credentials, and connection information that is stored in a server database. SQL Server has two kinds of keys: symmetric and asymmetric. Symmetric keys use the same password to encrypt and decrypt data.

  10. Transparent Data Encryption Using Certificates and EKM - SQLServerCentral

    Sep 24, 2019 · Transparent Data Encryption (TDE) is one of the key security features available in SQL Server from SQL Server 2008 onwards. Using this feature, the ‘data at rest’ in the physical files for...

Refresh