SQL Server for Developers

SQTH06 Confidential Computing with SQL Server Always Encrypted and Secure Enclaves

11/18/2021

1:00pm - 2:15pm

Level: Intermediate

Leonard Lobel

MVP

CTO

Sleek Technologies, Inc.

Always Encrypted (introduced in SQL Server 2016) uses client-side encryption ensuring that data is encrypted both in flight and at rest. The encryption relies on keys that are never exposed to SQL Server, which means you can deploy your encrypted database to the cloud without the keys, which are shared only with trusted clients.

SQL Server 2019 (and most recently, Azure SQL Database) takes this technology to the next level, and provides dramatic new capabilities for you to work with encrypted data. This includes rich computation, pattern matching, and range operations over encrypted data. Attend this session and learn how to leverage secure enclaves (based on either hardware or Windows Hyper-V), with Always Encrypted in SQL Server 2019 and Azure SQL Database, so that data also remains encrypted "in use."

You will learn:

  • Understand the basic Always Encrypted technology for client-side encryption with SQL Server
  • Discover how SQL Server 2019 and Azure SQL Database leverages secure enclaves to enable rich computation over encrypted data
  • See live demos showing Always Encrypted in use with SQL Server and C#