<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: Hash Passwords in C# and Visual Basic Using SHA-512</title>
	<atom:link href="http://www.adventuresindevelopment.com/2009/06/02/hash-passwords-in-c-and-visual-basic-using-sha-512/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.adventuresindevelopment.com/2009/06/02/hash-passwords-in-c-and-visual-basic-using-sha-512/</link>
	<description>Web Development Tools, Ideas, Techniques and Resources</description>
	<lastBuildDate>Thu, 01 Dec 2011 17:36:40 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Matthew Paulson</title>
		<link>http://www.adventuresindevelopment.com/2009/06/02/hash-passwords-in-c-and-visual-basic-using-sha-512/comment-page-1/#comment-366</link>
		<dc:creator>Matthew Paulson</dc:creator>
		<pubDate>Fri, 01 Apr 2011 17:06:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.adventuresindevelopment.com/?p=126#comment-366</guid>
		<description>You cannot. Hashes are a one-way function.</description>
		<content:encoded><![CDATA[<p>You cannot. Hashes are a one-way function.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Akin Kenneth</title>
		<link>http://www.adventuresindevelopment.com/2009/06/02/hash-passwords-in-c-and-visual-basic-using-sha-512/comment-page-1/#comment-365</link>
		<dc:creator>Akin Kenneth</dc:creator>
		<pubDate>Fri, 01 Apr 2011 16:01:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.adventuresindevelopment.com/?p=126#comment-365</guid>
		<description>How do i get the original password back?</description>
		<content:encoded><![CDATA[<p>How do i get the original password back?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Matthew Paulson</title>
		<link>http://www.adventuresindevelopment.com/2009/06/02/hash-passwords-in-c-and-visual-basic-using-sha-512/comment-page-1/#comment-137</link>
		<dc:creator>Matthew Paulson</dc:creator>
		<pubDate>Sun, 08 Nov 2009 07:10:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.adventuresindevelopment.com/?p=126#comment-137</guid>
		<description>Thinkerly - Yep. You actually keep the salt in a separate non-encrypted record of the database. I think the general idea is to add something to lengthen your string so that (1) it&#039;s harder to crack, and (2) any predefined dictionaries of password-hash combinations would be rendered useless...but I&#039;m not much of a security buff, I could be wrong. :-)</description>
		<content:encoded><![CDATA[<p>Thinkerly &#8211; Yep. You actually keep the salt in a separate non-encrypted record of the database. I think the general idea is to add something to lengthen your string so that (1) it&#8217;s harder to crack, and (2) any predefined dictionaries of password-hash combinations would be rendered useless&#8230;but I&#8217;m not much of a security buff, I could be wrong. <img src='http://www.adventuresindevelopment.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Thinkerly</title>
		<link>http://www.adventuresindevelopment.com/2009/06/02/hash-passwords-in-c-and-visual-basic-using-sha-512/comment-page-1/#comment-136</link>
		<dc:creator>Thinkerly</dc:creator>
		<pubDate>Thu, 05 Nov 2009 04:54:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.adventuresindevelopment.com/?p=126#comment-136</guid>
		<description>Then, if the salt provides entropy and become part of the digest, how can you test the password against the digest?

Wouldn&#039;t the password that needed to be checked against the digest also require the same salt?</description>
		<content:encoded><![CDATA[<p>Then, if the salt provides entropy and become part of the digest, how can you test the password against the digest?</p>
<p>Wouldn&#8217;t the password that needed to be checked against the digest also require the same salt?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
<!-- WP Super Cache is installed but broken. The path to wp-cache-phase1.php in wp-content/advanced-cache.php must be fixed! -->
