Views: 2.4K
Replies: 0
Archived
|
encrypting columns under dofactoryGuys,
I need to encrypt some sql columns under do factory to try to achieve encrypted data at rest in sql 2012. Has anyone done this or can someone point me at an clean example? Thanks, Alan Alan Anderson, Feb 19, 2016
A little more description, it looks like OnInserting is a good way to do it on the way to the database. But I can not figure out a similar place to do it when reading from an encrypted column. It looks like the entity framework gives me ObjectMaterialized which would likely do the trick on reading. Is there something like that in dofactory?
Feb 19, 2016
|