<?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>dev. &#187; md5</title>
	<atom:link href="http://coliena.com/blog/tag/md5/feed/" rel="self" type="application/rss+xml" />
	<link>http://coliena.com/blog</link>
	<description>some software engineers&#039; random rants and thoughts</description>
	<lastBuildDate>Mon, 30 Aug 2010 20:02:16 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>How to Create MD5 Checksums On Windows</title>
		<link>http://coliena.com/blog/2009/10/create-md5-checksums-on-windows/</link>
		<comments>http://coliena.com/blog/2009/10/create-md5-checksums-on-windows/#comments</comments>
		<pubDate>Wed, 28 Oct 2009 15:13:09 +0000</pubDate>
		<dc:creator>niels</dc:creator>
				<category><![CDATA[shell]]></category>
		<category><![CDATA[checksum]]></category>
		<category><![CDATA[md5]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://coliena.com/blog/?p=203</guid>
		<description><![CDATA[There are many md5 utilities for Windows, but very few that  &#8230; are free/open source, create checksums for multiple files, export checksums to a file, and verify md5 sums from a list of files. In short: if you need a very good tool, then use the Swiss File Knife (sfk). For creating checksums for all [...]]]></description>
			<content:encoded><![CDATA[<p>There are many md5 utilities for Windows, but very few that  &#8230;</p>
<ul>
<li>are free/open source,</li>
<li>create checksums for multiple files,</li>
<li>export checksums to a file,</li>
<li>and verify md5 sums from a list of files.</li>
</ul>
<p>In short: if you need a very good tool, then use the <a title="Swiss File Knife (sfk)" href="http://sourceforge.net/projects/swissfileknife/" target="_blank">Swiss File Knife (sfk)</a>.</p>
<p>For creating checksums for all your files in the current directory and storing the individual checksums in checksum.md5, execute this:</p>
<pre>sfk md5gento checksum.md5 .</pre>
<p>And for validating the checksums of all files in the current directory, execute this:</p>
<pre>sfk md5check checksum.md5</pre>
<p>That&#8217;s it <img src='http://coliena.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://coliena.com/blog/2009/10/create-md5-checksums-on-windows/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
