-
Notifications
You must be signed in to change notification settings - Fork 430
Always Encrypted with secure enclaves
lilgreenbird edited this page Oct 16, 2019
·
15 revisions
Always Encrypted with secure enclaves is a SQL Server 2019 (15.x) feature that extends the existing Always Encrypted feature to enable richer functionality on sensitive data while keeping the data confidential. As of the 8.1.0 release, the Microsoft JDBC Driver for SQL Server adds support for Always Encrypted with secure enclaves.
To use Always Encrypted with secure enclaves, specify the connection string properties:
- enclaveAttestationUrl - specifies the URL for attesting the server-side enclave
- enclaveAttestionProtocol - specifies the enclave attestation protocol (currently only "HGS" is supported)
Note the SQL Server instance must support and be configured to enable Always Encrypted with secure enclaves. Please see Configure Always Encrypted with secure enclaves for description on how to configure Always Encrypted with secure enclaves.