Develop applications using Always Encrypted
Applies to: SQL Server Azure SQL Database Azure SQL Managed Instance
Always Encrypted is a client-side encryption technology that ensures sensitive data (and related encryption keys) are never revealed to the SQL Server or Azure SQL Database. With Always Encrypted, a client driver transparently encrypts sensitive data before passing the data to the Database Engine, and it transparently decrypts data retrieved from encrypted database columns.
For details about developing applications that use Always Encrypted protected databases, and which client drivers and which driver versions support Always Encrypted, see:
- Using Always Encrypted with the .NET Framework Data Provider for SQL Server
- Using Always Encrypted with the JDBC Driver
- Using Always Encrypted with the ODBC Driver
- Using Always Encrypted with the PHP Drivers
- Using Always Encrypted the Microsoft .NET Data Provider for SQL Server in .NET Core and .NET Framework Applications
- Always Encrypted