Encrypt SQL Database - Transparent data encryption (TDE)

Опубликовано: 28 Октябрь 2024
на канале: Tech Knowledge - Tushar's Vlog
6,056
62

My Channel URL:
Tech Knowledge - Tushar's Vlog
   / @techknowledge-tusharsvlog  

Part 2 of the Video: Restore Encrypted Database on another Server
   • Restore Encrypted Database on another...  

Steps to Encrypt Sql Database
1. Create a master key.
2. Create or obtain a certificate protected by the master key.
3. Create a database encryption key and protect it by using the certificate.
4. Set the database to use encryption.


Transparent data encryption (TDE)
https://docs.microsoft.com/en-us/sql/...


Database Encryption State
https://docs.microsoft.com/en-us/sql/...


Video Content
00:00 Introduction
01:25 How to check Database encryption status
01:55 Create Master Key
02:20 Create Certificate
03:35 Create Database Encryption Key
05:20 Enable Encryption