Abstract: Protecting our data from unauthorized access becomes more and more important all the time, however it has been difficult to ensure sensitive data is encrypted in SQL Server. The new Always Encrypted feature in SQL Server 2016 makes this much simpler for developers and DBAs with a framework for protecting data from the client, across networks, and inside of the database. This new feature allows for limiting access to the data, even from the DBAs and sysadmins that may control the database instance itself. Learn how to implement and use Always Encrypted in your applications.
Length: 60-75 Minutes
- Demos:
- Always Encryption Setup
- Working with Data in a client application
- Certification creation and transfer
- Certificate Rotation
Powerpoint Deck: End to End Always Encrypted.pptx
Code: Github