· Chuck Conway · Programming
Implementing Transparent Encryption with NHibernate Listeners (Interceptors)
Have you ever had to encrypt data in the database? In this post, I’ll explore how using nHibernate Listeners to encrypt and decrypt data coming from and going into your database. The cryptography will be transparent to your application.