<?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>web development helpdesk &#187; md5sum</title>
	<atom:link href="http://helpdesk.objects.com.au/tag/md5sum/feed" rel="self" type="application/rss+xml" />
	<link>http://helpdesk.objects.com.au</link>
	<description>objects quality - the visible difference</description>
	<lastBuildDate>Sun, 17 Jul 2011 12:27:36 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.4</generator>
		<item>
		<title>How to create MD5 sum of a file</title>
		<link>http://helpdesk.objects.com.au/java/how-to-create-md5-sum-of-a-file?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=how-to-create-md5-sum-of-a-file</link>
		<comments>http://helpdesk.objects.com.au/java/how-to-create-md5-sum-of-a-file#comments</comments>
		<pubDate>Wed, 03 Jun 2009 07:09:44 +0000</pubDate>
		<dc:creator>objects</dc:creator>
				<category><![CDATA[java]]></category>
		<category><![CDATA[BigInteger]]></category>
		<category><![CDATA[hex]]></category>
		<category><![CDATA[md5]]></category>
		<category><![CDATA[md5sum]]></category>
		<category><![CDATA[MessageDigest]]></category>

		<guid isPermaLink="false">http://helpdesk.objects.com.au/?p=1105</guid>
		<description><![CDATA[We can use an MD5 implementation of the MessageDigest class to calculate the MD5 sum of a file (or any array of bytes). Once we have that it is simply a matter of feeding the contents of the file to the digest and have it calculate the MD5 sum as shown in the following example. [...]]]></description>
		<wfw:commentRss>http://helpdesk.objects.com.au/java/how-to-create-md5-sum-of-a-file/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

