<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://blogs.technet.com/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>SQL Server 2005 Data Encryption</title><link>http://blogs.technet.com/keithcombs/archive/2005/11/24/sql-server-2005-data-encryption.aspx</link><description>SQL Server 2005 includes new encryption capabilities that all administrators, programmers and database analyst should be aware of. Key and Certificate creation and management functions are now an integral part of SQL Server 2005. You have the flexibility</description><dc:language>en-US</dc:language><generator>CommunityServer 2.1 SP1 (Build: 61025.2)</generator><item><title>re: SQL Server 2005 Data Encryption</title><link>http://blogs.technet.com/keithcombs/archive/2005/11/24/sql-server-2005-data-encryption.aspx#415163</link><pubDate>Mon, 28 Nov 2005 10:15:20 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:415163</guid><dc:creator>Deepankar Bandopadhya</dc:creator><description>Excellent Article.&lt;br&gt;Step by Step guidance provided.&lt;br&gt;&lt;br&gt;Just a small note from the BOL to indicate why the Master Key is not required to be opened just like the Symmetric Key&lt;br&gt;==================================&lt;br&gt;From [BOL]&lt;br&gt;The database Master Key is always encrypted (using TRIPLE_DES) with a user-supplied password and stored in the sys.symmetric_keys table in the database. At the same time, a copy of the database Master Key is encrypted using the Service Master Key and stored in the sys.databases table of the master database. This facilitates the automatic opening of the database Master Key. &lt;br&gt;</description></item><item><title>re: SQL Server 2005 Data Encryption</title><link>http://blogs.technet.com/keithcombs/archive/2005/11/24/sql-server-2005-data-encryption.aspx#415207</link><pubDate>Tue, 29 Nov 2005 01:44:18 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:415207</guid><dc:creator>Keith Combs</dc:creator><description>Thanks for the comment on the master key.  I figured someone would wonder why I didn't go into it.  Instead of going into storage and permissions models, I decided to link the CREATE MASTER KEY call to the books online at &lt;a rel="nofollow" target="_new" href="http://msdn2.microsoft.com/en-us/library/ms174382.aspx"&gt;http://msdn2.microsoft.com/en-us/library/ms174382.aspx&lt;/a&gt; in the blog post.&lt;br&gt;&lt;br&gt;There are a number of spin off posts I could do but I may switch gears into Windows Server R2 or Exchange E12 topics.&lt;br&gt;&lt;br&gt;More SQL or what? </description></item><item><title>re: SQL Server 2005 Data Encryption</title><link>http://blogs.technet.com/keithcombs/archive/2005/11/24/sql-server-2005-data-encryption.aspx#415237</link><pubDate>Tue, 29 Nov 2005 09:33:52 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:415237</guid><dc:creator>Deepankar_Bandopadhya</dc:creator><description>Actually I had submitted a similar article on &lt;a rel="nofollow" target="_new" href="http://www.sswug.org"&gt;http://www.sswug.org&lt;/a&gt;. Hence the quick observartion. &lt;br&gt;I agree when you say that  &amp;quot;There are a number of spin off posts I could do but I may switch gears into Windows Server R2 or Exchange E12 topics.&amp;quot;&lt;br&gt;&lt;br&gt;&lt;br&gt;</description></item><item><title>re: SQL Server 2005 Data Encryption</title><link>http://blogs.technet.com/keithcombs/archive/2005/11/24/sql-server-2005-data-encryption.aspx#415239</link><pubDate>Tue, 29 Nov 2005 10:33:35 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:415239</guid><dc:creator>Keith Combs</dc:creator><description>Deepankar, come back here and post a reference when it gets published. Thanks!</description></item><item><title>Security in SQL Server 2005: Webcast 2-20-2006</title><link>http://blogs.technet.com/keithcombs/archive/2005/11/24/sql-server-2005-data-encryption.aspx#420309</link><pubDate>Thu, 23 Feb 2006 04:27:53 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:420309</guid><dc:creator>Matt Hester's WebLog</dc:creator><description>Thank you for attending the web cast on SQL Server 2005 Security, as promised here is the scrubbed Q/A...</description></item><item><title>re: SQL Server 2005 Data Encryption</title><link>http://blogs.technet.com/keithcombs/archive/2005/11/24/sql-server-2005-data-encryption.aspx#425887</link><pubDate>Fri, 21 Apr 2006 16:14:04 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:425887</guid><dc:creator>Serdar</dc:creator><description>I wonder how long would it take for hackers to crack this crypt ? Would it be a wise idea to use this technique in a commercial software product to guarantee data privacy ? Any advice ?</description></item><item><title>re: SQL Server 2005 Data Encryption</title><link>http://blogs.technet.com/keithcombs/archive/2005/11/24/sql-server-2005-data-encryption.aspx#440579</link><pubDate>Fri, 07 Jul 2006 13:28:59 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:440579</guid><dc:creator>piyush parekh</dc:creator><description>hi,&lt;br&gt;It was a good learning experience.... no doubt that hackers would have to crack their heads to do all this....&lt;br&gt;But i have a doubt...whether it affects the performance.. also what we have seen is for a single user..&lt;br&gt;but if we need it for general how should i go about it..&lt;br&gt;</description></item><item><title>re: SQL Server 2005 Data Encryption</title><link>http://blogs.technet.com/keithcombs/archive/2005/11/24/sql-server-2005-data-encryption.aspx#442967</link><pubDate>Sun, 23 Jul 2006 18:20:51 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:442967</guid><dc:creator>Steve</dc:creator><description>thanks Keith</description></item></channel></rss>