Thursday, January 27, 2005

Implementing Encrypted SQL Server Database Columns with .NET

Many government agencies needing HIPAA compliance, such as HUD, require encryption of certain database columns. For systems tracking victims of domestic abuse, it's critical to encrypt personally identifiable data. Fortunately, implementing encrypted database columns is simple using .NET and SQL Sever 2000.

by David Talbot

Page 1: Introduction
Page 2: Introducing AES Encryption
Page 3: Applying AES Encryption to Databases
Page 4: Encrypting and Storing a Record
Page 5: Finding and Decrypting a Record

No comments: