<?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>gHacks technology news &#187; md5 checker</title>
	<atom:link href="http://www.ghacks.net/tag/md5-checker/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.ghacks.net</link>
	<description>A technology blog covering software, mobile phones, gadgets, security, the Internet and other relevant areas.</description>
	<lastBuildDate>Tue, 24 Nov 2009 03:24:03 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Verify the integrity and authenticity of files</title>
		<link>http://www.ghacks.net/2007/12/24/verify-the-integrity-and-authenticity-of-files/</link>
		<comments>http://www.ghacks.net/2007/12/24/verify-the-integrity-and-authenticity-of-files/#comments</comments>
		<pubDate>Mon, 24 Dec 2007 19:00:29 +0000</pubDate>
		<dc:creator>Martin</dc:creator>
				<category><![CDATA[Operating Systems]]></category>
		<category><![CDATA[Tools]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[md5]]></category>
		<category><![CDATA[md5 checker]]></category>
		<category><![CDATA[md5 hash]]></category>
		<category><![CDATA[windows software]]></category>

		<guid isPermaLink="false">http://www.ghacks.net/2007/12/24/verify-the-integrity-and-authenticity-of-files/</guid>
		<description><![CDATA[Many download websites and developers display a so called MD5 hash code of the application that you want to download on their website which can be used to verify the integrity and authenticity of it. This can be done by comparing the MD5 hash code of the downloaded file with the one on the homepage where you did download it from.]]></description>
			<content:encoded><![CDATA[<p>Many download websites and developers display a so called MD5 hash code of the application that you want to download on their website which can be used to verify the integrity and authenticity of it. This can be done by comparing the MD5 hash code of the downloaded file with the one on the homepage where you did download it from.</p>
<p>The hash has to be the same, if it is not either the download went wrong or someone tampered with the file in some way. This could be that a virus or trojan was added to it for instance.</p>
<p><a href="http://beeblebrox.org/hashtab/">HashTab</a> is a Windows Shell extension that adds a File Hashes tab to the properties window when right-clicking a file. It does display the hashes of several algorithms including MD5 or CRC32 and even has a button to easily compare hashes. That&#8217;s better than manually trying to compare the 32 digit+ hashes.</p>
<p><span id="more-2643"></span><img src='http://www.ghacks.net/wp-content/uploads/2007/12/hashtab.jpg' alt='hashtab' /></p>

	Tags: <a href="http://www.ghacks.net/tag/md5/" title="md5" rel="tag">md5</a>, <a href="http://www.ghacks.net/tag/md5-checker/" title="md5 checker" rel="tag">md5 checker</a>, <a href="http://www.ghacks.net/tag/md5-hash/" title="md5 hash" rel="tag">md5 hash</a>, <a href="http://www.ghacks.net/tag/windows-software/" title="windows software" rel="tag">windows software</a><br />

	<h4>Related posts</h4>
	<ul class="st-related-posts">
	<li><a href="http://www.ghacks.net/2009/01/12/verify-file-integrity-of-backups/" title="Verify File Integrity Of Backups (January 12, 2009)">Verify File Integrity Of Backups</a> (4)</li>
	<li><a href="http://www.ghacks.net/2008/11/27/hash-tab-shell-extension/" title="Hash Tab Shell Extension (November 27, 2008)">Hash Tab Shell Extension</a> (2)</li>
	<li><a href="http://www.ghacks.net/2007/04/21/check-md5-hashes/" title="Check MD5 Hashes (April 21, 2007)">Check MD5 Hashes</a> (0)</li>
	<li><a href="http://www.ghacks.net/2008/10/21/zonescreen-finally-gets-64-bit-update/" title="ZoneScreen Finally Gets 64-bit Update (October 21, 2008)">ZoneScreen Finally Gets 64-bit Update</a> (7)</li>
	<li><a href="http://www.ghacks.net/2009/10/07/zc-dvd-creator-platinum-free-full-version/" title="ZC DVD Creator Platinum [Free Full Version] (October 7, 2009)">ZC DVD Creator Platinum [Free Full Version]</a> (19)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.ghacks.net/2007/12/24/verify-the-integrity-and-authenticity-of-files/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Check MD5 Hashes</title>
		<link>http://www.ghacks.net/2007/04/21/check-md5-hashes/</link>
		<comments>http://www.ghacks.net/2007/04/21/check-md5-hashes/#comments</comments>
		<pubDate>Sat, 21 Apr 2007 19:29:52 +0000</pubDate>
		<dc:creator>Clazirus</dc:creator>
				<category><![CDATA[Operating Systems]]></category>
		<category><![CDATA[Tools]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[file management]]></category>
		<category><![CDATA[hashes]]></category>
		<category><![CDATA[md5 checker]]></category>
		<category><![CDATA[md5 hash]]></category>
		<category><![CDATA[software]]></category>

		<guid isPermaLink="false">http://www.ghacks.net/2007/04/21/check-md5-hashes/</guid>
		<description><![CDATA[MD5 (Message-Digest algorithm 5) can be used as a way of checking that a computer file has not been maliciously or accidentally altered. To put it simple, it works like a fingerprint. So, nowadays most of websites includes this information to their software, which looks like this:]]></description>
			<content:encoded><![CDATA[<p>MD5 (Message-Digest algorithm 5) can be used as a way of checking that a computer file has not been maliciously or accidentally altered. To put it simple, it works like a fingerprint. So, nowadays most of websites includes this information to their software, which looks like this:</p>
<p><img src="http://www.ghacks.net/files/screens/2007/04/md5checker-hashes.JPG" alt="md5 hashes" /></p>
<p>Using <a href="http://www.softpedia.com/get/System/File-Management/MD5-Checker.shtml" target="_blank">MD5 checker</a>, we can ensure the integrity of the files. All you need is to copy those published MD5 hashes to clipboard and launch this application. Paste it, and then simply click the browse button to locate the file. The md5 hashes will be compared to the one on the clipboard. The result then will be shown if the file was altered or not.</p>
<p><span id="more-1450"></span></p>
<p><img src="http://www.ghacks.net/files/screens/2007/04/md5checker-notmatch.JPG" alt="md5 checker " /></p>
<p>You could also create hashes for your file.</p>

	Tags: <a href="http://www.ghacks.net/tag/file-management/" title="file management" rel="tag">file management</a>, <a href="http://www.ghacks.net/tag/hashes/" title="hashes" rel="tag">hashes</a>, <a href="http://www.ghacks.net/tag/md5-checker/" title="md5 checker" rel="tag">md5 checker</a>, <a href="http://www.ghacks.net/tag/md5-hash/" title="md5 hash" rel="tag">md5 hash</a>, <a href="http://www.ghacks.net/tag/software/" title="software" rel="tag">software</a><br />

	<h4>Related posts</h4>
	<ul class="st-related-posts">
	<li><a href="http://www.ghacks.net/2007/12/24/verify-the-integrity-and-authenticity-of-files/" title="Verify the integrity and authenticity of files (December 24, 2007)">Verify the integrity and authenticity of files</a> (5)</li>
	<li><a href="http://www.ghacks.net/2008/11/27/hash-tab-shell-extension/" title="Hash Tab Shell Extension (November 27, 2008)">Hash Tab Shell Extension</a> (2)</li>
	<li><a href="http://www.ghacks.net/2008/01/16/frigate3-windows-file-manager/" title="Frigate3 Windows File Manager (January 16, 2008)">Frigate3 Windows File Manager</a> (13)</li>
	<li><a href="http://www.ghacks.net/2009/03/09/better-file-management-with-open/" title="Better File Management with Open++ (March 9, 2009)">Better File Management with Open++</a> (0)</li>
	<li><a href="http://www.ghacks.net/2008/06/08/zip-repair/" title="Zip Repair (June 8, 2008)">Zip Repair</a> (3)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.ghacks.net/2007/04/21/check-md5-hashes/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
