I had an .Net Core 2.1 application (with Visual Studio 2017 / SQL Server 2016). I am in the security phase. I search a solution to respect the GDPR norm.
TDE (Transparent Data Encryption) was chosen to encrypt the database (AlwaysEncrypted was not yet available for .Net Core). But with TDE, we encrypt the only database, not the channel between my database and my application. I use Entity Framework Core to access my database.
Do you know how it's possible to encrypt the channel between my database and my application?