<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Erich Allen Peterson &#187; SQL Server 2005</title>
	<atom:link href="http://www.erichpeterson.com/category/tech/sql-server-2005/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.erichpeterson.com</link>
	<description></description>
	<lastBuildDate>Wed, 01 Feb 2012 22:06:42 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>An In-Depth Look at Database Encryption with SQL Server 2005 + ASP .NET v2.0</title>
		<link>http://www.erichpeterson.com/2007/02/an-in-depth-look-at-database-encryption-with-sql-server-2005-asp-net-2/</link>
		<comments>http://www.erichpeterson.com/2007/02/an-in-depth-look-at-database-encryption-with-sql-server-2005-asp-net-2/#comments</comments>
		<pubDate>Wed, 14 Feb 2007 05:07:58 +0000</pubDate>
		<dc:creator>Erich Peterson</dc:creator>
				<category><![CDATA[ASP .Net 2.0]]></category>
		<category><![CDATA[SQL Server 2005]]></category>
		<category><![CDATA[Tech]]></category>

		<guid isPermaLink="false">http://www.erichpeterson.com/blog/?p=51</guid>
		<description><![CDATA[It has been my honor to have another article published on 4GuysFromRolla.com. Entitled &#8220;An Overview of Cryptographic Systems and Encrypting Database Data&#8221; and is the first of a two three part series. The first part (published today) gives an overview of what exactly is encryption, what are its properties, how can it be used, and [...]]]></description>
			<content:encoded><![CDATA[<p>It has been my honor to have another article published on <a href="http://www.4guysfromrolla.com" title="4GuysFromRolla" target="_blank">4GuysFromRolla.com</a>. Entitled &#8220;<a href="http://aspnet.4guysfromrolla.com/articles/021407-1.aspx" title="An Overview of Cryptographic Systems and Encrypting Database Data" target="_blank">An Overview of Cryptographic Systems and Encrypting Database Data</a>&#8221; and is the first of a <strike>two</strike> three part series.</p>
<p>The first part (published today) gives an overview of what exactly is encryption, what are its properties, how can it be used, and what facilities SQL Server 2005 offers to help one create a cryptosystem.</p>
<p>In part two, we go over SQL Server 2005&#8242;s key hierarchy, and T-SQL functions and statements that can be used with symmetric keys to encrypt/decrypt data.</p>
<p>Part three, will introduce asymmetric encryption in SQL Server 2005, and how one can retrieve and send ecrypted data to/from an ASP .NET v2.0 web page.<br />
Hope you enjoy them!</p>
<p><u>Update 2/28/2007</u>: The final and third part of this article series has been posted entitled, &#8220;<a href="http://aspnet.4guysfromrolla.com/articles/022807-1.aspx" target="_blank">Using Asymmetric Encryption and Digital Signatures in a SQL Server 2005 Database</a>&#8220;.</p>
<p><u>Update 2/21/2007</u>: The second part of the three part series has been been posted entitled, &#8220;<a href="http://aspnet.4guysfromrolla.com/articles/022107-1.aspx" title="4GuysFromRolla" target="_blank">Using Symmetric Encryption in a SQL Server 2005 Database</a>&#8220;.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.erichpeterson.com/2007/02/an-in-depth-look-at-database-encryption-with-sql-server-2005-asp-net-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Listing Asymmetric and Symmetric Keys in a SQL Server 2005 Database</title>
		<link>http://www.erichpeterson.com/2006/12/listing-asymmetric-and-symmetric-keys-in-a-sql-server-2005-database/</link>
		<comments>http://www.erichpeterson.com/2006/12/listing-asymmetric-and-symmetric-keys-in-a-sql-server-2005-database/#comments</comments>
		<pubDate>Sat, 02 Dec 2006 04:52:53 +0000</pubDate>
		<dc:creator>Erich Peterson</dc:creator>
				<category><![CDATA[SQL Server 2005]]></category>
		<category><![CDATA[Tech]]></category>

		<guid isPermaLink="false">http://www.erichpeterson.com/blog/?p=39</guid>
		<description><![CDATA[If you ever want to see a list of keys in your current database or see some of their properties (e.g. the encryption alogorithm used), just use the two statements below to list your symmetric and asymmetric keys from the system catalog views: SELECT * FROM sys.symmetric_keys; SELECT * FROM sys.asymmetric_keys;]]></description>
			<content:encoded><![CDATA[<p>If you ever want to see a list of keys in your current database or see some of their properties (e.g. the encryption alogorithm used), just use the two statements below to list your symmetric and asymmetric keys from the system catalog views:</p>
<pre><code>SELECT * FROM sys.symmetric_keys;</code>
<code>SELECT * FROM sys.asymmetric_keys;</code></pre>
]]></content:encoded>
			<wfw:commentRss>http://www.erichpeterson.com/2006/12/listing-asymmetric-and-symmetric-keys-in-a-sql-server-2005-database/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

