In this series of posts, I am going to describe one way to leverage SQL Server’s built-in database encryption with NHibernate.
The posts will include include:
- Part 1 of 5: Summary
- Part 2 of 5: Create a database certificate and symmetric key for encryption
- Part 3 of 5: Configure domain and NHibernate mappings to decrypt and read an encrypted value
- Part 4 of 5: Configure domain and NHibernate mappings to encrypt and write a plain-text value
- Part 5 of 5: Wrapping Up
Stick with me for the next several days while I walk you through each of these steps! Thanks!
2 comments for “SQL Server Database Encryption with NHibernate Series – Part 1 of 5”