Web and Windows Phone 7 by Ben Cull

Posts Tagged “sql”

How to use SQL Server Encryption with Symmetric Keys

Posted on May 11th, 2010 by Benjii

You can quickly and securely encrypt data in SQL Server 2005+ by using the native Symmetric Keys functionality. The most common encryption algorithms symmetric key encryption supports are Des, Triple Des, RC4 128bit, AES 128bit and AES 256bit. Setup your database To create a symmetric key, we first need to setup our database with a [...]