© The Author(s), under exclusive license to APress Media, LLC, part of Springer Nature 2022
M. McGiffenPro Encryption in SQL Server 2022https://doi.org/10.1007/978-1-4842-8664-7_13

13. Introducing Always Encrypted with Enclaves

Matthew McGiffen1  
(1)
Bristol, UK
 

In SQL Server 2019 the potential to use enclaves was added to Always Encrypted. An enclave is a secure partition of memory, in this case on the SQL Server machine, that appears as a black box to anything outside of the enclave. There is no way to view the data or code inside the enclave from outside of it, which makes it a trusted and secure environment in which to perform cryptographic operations. Code that runs in the enclave must also be signed and cannot be modified.

In looking at Always ...

Get Pro Encryption in SQL Server 2022: Provide the Highest Level of Protection for Your Data now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.