<?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>Bit salad &#187; md5</title>
	<atom:link href="http://ezbitz.com/tag/md5/feed/" rel="self" type="application/rss+xml" />
	<link>http://ezbitz.com</link>
	<description>Practical stuff</description>
	<lastBuildDate>Sun, 30 Oct 2011 11:22:10 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>How to calculate md5 of a string in C#</title>
		<link>http://ezbitz.com/2009/05/26/how-to-calculate-md5-of-a-string-in-csharp/</link>
		<comments>http://ezbitz.com/2009/05/26/how-to-calculate-md5-of-a-string-in-csharp/#comments</comments>
		<pubDate>Tue, 26 May 2009 17:58:56 +0000</pubDate>
		<dc:creator>The Chef</dc:creator>
				<category><![CDATA[c#]]></category>
		<category><![CDATA[cryptography]]></category>
		<category><![CDATA[.net framework]]></category>
		<category><![CDATA[md5]]></category>
		<category><![CDATA[MD5CryptoServiceProvider]]></category>

		<guid isPermaLink="false">http://ezbitz.com/?p=107</guid>
		<description><![CDATA[If you have ever dared to write the md5 hashing algorithm in C#, you better stay calm because the MS guys thought of everything. It&#8217;s all in the framework. With just 2 lines of code the job is done. Take a look at the following piece of code: Easy, isn&#8217;t it ?]]></description>
		<wfw:commentRss>http://ezbitz.com/2009/05/26/how-to-calculate-md5-of-a-string-in-csharp/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

