Password Authentication
Laurentiu compares 4 methods for password authentication; store clear, store encrypted, store hash and store salted hash ... Source : MSDN Blogs - Laurentiu Cristofor - Blog Post
Encryption Techniques Compared
A great article on MSDN comparing various data encryption techniques. Transparent Data Encryption in 2008 is compared with cell level encryption in 2005 (also supported in 2008) as well as BitLocker and EFS ... Source : Microsoft.com - Article
Why you should not encrypt data with certificates
In this blog post, Laurentiu argues the case to only encrypt data in SQL 2005 using symmetric keys ... Source : MSDN Blogs - Laurentiu Cristofor - Blog Post
How to determine the size of Encrypted Data
Encrypted data is larger than unencrypted data. But how much larger? ... Source : MSDN Blogs - Laurentiu Cristofor - Blog Post
Restoring databases in SQL 2005 that use encryption
If the Service Master Key (SMK) is dropped for tighter control it needs to be regenerated following a database restore. Laurentiu takes us through the process in this blog post. Update: How to recover when the service master key (SMK) is not accessible ... Source : MSDN Blogs - Laurentiu Cristofor - Blog Post
How SQL Server uses Certificates
How does SQL Server use Certificates internally to encrypt data? Laurentiu explains in this Blog Post ... Source : MSDN Blogs - Laurentiu Cristofor - Blog Post
SQL Encryption
Microsoft Whitepaper that explores the encryption features in SQL Server 2005 ... Source : Microsoft.com - Download
SQL Server 2000 C2 Administrator's and User's Security Guide
This book is designed to help you install and use a C2-level certified SQL Server ... Source : Microsoft.com - Technet Article
Using SQL Server in FIPS Compliance Mode
FIPS stands for Federal Information Processing Standard. A FIPS is a standard developed by two government bodies. One is NIST, the National Institute of Standards and Technology, in the United States. The other is CSE, the Communications Security Establishment, in Canada. FIPS are standards that are either recommended or mandated for use in federal (either U.S. or Canadian) government-operated IT systems ... Source : Microsoft.com - Knowledge Base Article
Can encryption make you more vulnerable?
Laurentiu blogs about a recent article that argues how encrypting data may actually increase vulnerability. An excellent read ... Source : Laurentiu Christofor - msdn.com - Blog Post