Encryption
Encryption
Encryption
Objectives
Encryption Concepts
o Symmetric Keys
o Asymmetric Keys
o Certificates
o Windows Data Protection API
SQL Server Encryption Concepts
o Service Master Key
o Database Master Key
o Hierarchy
Transparent Data Encryption
Managing Cell-Level Encryption
Always Encrypted
What is Encryption
Asymmetric key
• An algorithm to encrypt data, using a pair of
keys or algorithms.
• Key is used to encrypt the data is called the
private key (only known by owner)
• Key that is used to decrypt the data is known as
the public key (everyone has access).
Encryption Concepts - Certificates
A certificate is issued by a trusted source, known as a
certificate authority (CA).