Skip to content

#nhibernate

Implementing Transparent Encryption with NHibernate Listeners (Interceptors)
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 i…