Crypteron has a free Entity Framework adapter, CipherDb , that can work with any SQL Server. In fact, Crypteron CipherDb works with any Entity Framework compatible database - even MySQL, PostGreSQL, etc.
You can annotate the data model using [Secure] or name the property something like Secure_SocialSecurityNumber ( Secure_ is the key part), and CipherDb automatically performs data encryption, protection against unauthorized access, secure key storage, secure key distribution, caching, key control, ACLs and more. You can also use Crypteron to protect streams, files, objects, message queues, noSQL, etc.
You can find sample applications on GitHub at https://github.com/crypteron/crypteron-sample-apps
Disclaimer: I work there, and we have a free community version that anyone can use.
source share