开发者

NHibernate and SQL Server 2008 encryption

开发者 https://www.devze.com 2023-01-15 16:54 出处:网络
How to per开发者_JS百科form SQL Server built-in encryption/decryption with NHibernate? I mean encryption of separate columns.[EDIT] Sorry, missed your \"SQL built-in\" mention. This is not SQL built-i

How to per开发者_JS百科form SQL Server built-in encryption/decryption with NHibernate? I mean encryption of separate columns.


[EDIT] Sorry, missed your "SQL built-in" mention. This is not SQL built-in, this is NHibernate "integrated".

But could be an option of what you're trying to achieve.

This can be done by using a UserType.

You can find this explained in detail here: http://gustavoringel.blogspot.be/2009/02/encrypting-password-or-other-strings-in.html

And fully implemeted here: https://code.google.com/p/unhaddins/source/browse/uNhAddIns/uNhAddIns/UserTypes/EncryptedString.cs?r=65faefa249b695c97787f46f28e6c775a0601533

0

精彩评论

暂无评论...
验证码 换一张
取 消