Blog Logo
TAGS

Configuring Always Encrypted on Azure SQL by using Azure Key Vault and Entity Framework Core

Learn how to use Always Encrypted, a feature designed by Microsoft to protect sensitive data on database level. This encryption tool is available on SQL server 2016 or later as well as Azure SQL Database. This article will guide you through creating an Azure Key Vault, managing it, and using it to encrypt data using Entity Framework Core. Additionally, you will learn about the different types of encryption and their limitations. By the end of this article, you will have a clear understanding of how to implement Always Encrypted on your database.