Link to home
Start Free TrialLog in
Avatar of scm0sml
scm0sml

asked on

encrypting a sql server field to be used with entity framework

Hi,

I have some fields in my sql server 2008 database that I would like to be able to encrypt.

I will then be accessing these fields with entity framework and c#.

How can I do this?

The types of fields I will be wanting to encrypt are things like address etc so they cannot be viewed from within the db?

Thanks in advance.
Avatar of Dirk Haest
Dirk Haest
Flag of Belgium image

Security Considerations (Entity Framework)
http://msdn.microsoft.com/en-us/library/cc716760.aspx
ASKER CERTIFIED SOLUTION
Avatar of Dirk Haest
Dirk Haest
Flag of Belgium image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Entity Framework And Encrypted Fields
http://codingheadache.com/?p=4