<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://blogs.msdn.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: About login password hashes</title><link>http://blogs.msdn.com/lcris/archive/2007/04/30/sql-server-2005-about-login-password-hashes.aspx</link><description>There seem to be a couple of misconceptions around the SQL Server handling of login passwords. Hopefully, by the end of this post, you will have a much clearer idea about what is going on under the covers. Note that this refers to the passwords of logins</description><dc:language>en-US</dc:language><generator>CommunityServer 2.1 SP1 (Build: 61025.2)</generator><item><title>re: SQL Server 2005: About login password hashes</title><link>http://blogs.msdn.com/lcris/archive/2007/04/30/sql-server-2005-about-login-password-hashes.aspx#8408557</link><pubDate>Fri, 18 Apr 2008 20:48:38 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8408557</guid><dc:creator>lcris</dc:creator><description>&lt;p&gt;Re: &lt;a rel="nofollow" target="_new" href="http://forums.microsoft.com/MSDN/ShowPost.aspx?PostID=3195675&amp;amp;SiteID=1"&gt;http://forums.microsoft.com/MSDN/ShowPost.aspx?PostID=3195675&amp;amp;SiteID=1&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;The Snefru password hashes were simple blobs without any structure - the only integrity check possible on them is a length check (16 bytes). MD5 hashes happen to produce blobs of the same size that Snefru produced, so they can be passed as arguments to CREATE LOGIN, but this does not mean you will be able to login into those accounts using the passwords from which the MD5 hashes were obtained.&lt;/p&gt;
</description></item></channel></rss>