by clintmcmahon | Mar 16, 2022 | Code, SQL Server
If you set up SQL Server Always Encrypted and are now getting an error that says Failed to decrypt a column encryption key using key store provider: ‘MSSQL_CERTIFICATE_STORE’ there’s a good chance it’s a permissions issue. All you need to do to...
by clintmcmahon | Mar 8, 2022 | Code, SQL Server
In this post I’m going to detail how to set up column level encryption with Always Encrypted. SQL Server’s Always Encrypted feature is a simple and effective way to setup column level encryption. Using Always Encryption I’m able to encrypt individual...