Skip to content
Insights & Iterations Making sense of AI: technical, everyday, & reflections.

#nhibernate

Implementing Transparent Encryption with NHibernate Listeners (Interceptors)
Implementing Transparent Encryption with NHibernate Listeners (Interceptors)

November 3, 2014 • 5 min read

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.