<?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; hash algorithm</title>
	<atom:link href="http://www.ghacks.net/tag/hash-algorithm/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>Mon, 23 Nov 2009 22:22:46 +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>File Integrity Check</title>
		<link>http://www.ghacks.net/2008/11/12/file-integrity-check/</link>
		<comments>http://www.ghacks.net/2008/11/12/file-integrity-check/#comments</comments>
		<pubDate>Wed, 12 Nov 2008 20:03:11 +0000</pubDate>
		<dc:creator>Martin</dc:creator>
				<category><![CDATA[Windows]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[algorithm]]></category>
		<category><![CDATA[file integrity]]></category>
		<category><![CDATA[hash]]></category>
		<category><![CDATA[hash algorithm]]></category>
		<category><![CDATA[hash algorithms]]></category>
		<category><![CDATA[md6 hash]]></category>
		<category><![CDATA[portable software]]></category>
		<category><![CDATA[sha algorithm]]></category>
		<category><![CDATA[windows software]]></category>

		<guid isPermaLink="false">http://www.ghacks.net/?p=8236</guid>
		<description><![CDATA[File Verifier++ is a portable software program for Windows that can check the file integrity of selected files. This is done by calculating the hash of every selected file in the first run of the application and comparing that initial hash value with the hash that was calculated at a later time. The file has [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.programmingunlimited.net/siteexec/content.cgi?page=fv">File Verifier++</a> is a portable software program for Windows that can check the file integrity of selected files. This is done by calculating the hash of every selected file in the first run of the application and comparing that initial hash value with the hash that was calculated at a later time. The file has been modified if the hash values do not match.</p>
<p>The software program does not act automatically. The user has to select files or folders that he wants to calculate hash values for. Once they are stored in the database it is possible to check the files at anytime to see if the file has been changed in the meantime.</p>
<p>A set of 21 different hash algorithms including popular algorithms like MD5, SHA-512 or CRC-32 is available and at the user&#8217;s disposal. Results can be saved or loaded so that they are available whenever they are needed.</p>
<p><span id="more-8236"></span><img src="http://www.ghacks.net/wp-content/uploads/2008/11/file_integrity-500x323.jpg" alt="file integrity" title="file integrity" width="500" height="323" class="alignnone size-medium wp-image-8237" /></p>
<p>Other interesting options include Windows Shell integration, a command line version, drag and drop support, Unicode support or search and grep using regular expressions. All in all a very sophisticated tool to check the file integrity of selected files.</p>

	Tags: <a href="http://www.ghacks.net/tag/algorithm/" title="algorithm" rel="tag">algorithm</a>, <a href="http://www.ghacks.net/tag/file-integrity/" title="file integrity" rel="tag">file integrity</a>, <a href="http://www.ghacks.net/tag/hash/" title="hash" rel="tag">hash</a>, <a href="http://www.ghacks.net/tag/hash-algorithm/" title="hash algorithm" rel="tag">hash algorithm</a>, <a href="http://www.ghacks.net/tag/hash-algorithms/" title="hash algorithms" rel="tag">hash algorithms</a>, <a href="http://www.ghacks.net/tag/md6-hash/" title="md6 hash" rel="tag">md6 hash</a>, <a href="http://www.ghacks.net/tag/portable-software/" title="portable software" rel="tag">portable software</a>, <a href="http://www.ghacks.net/tag/sha-algorithm/" title="sha algorithm" rel="tag">sha algorithm</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/2009/09/01/youtube-video-search-is-a-barebone-youtube-downloader/" title="Youtube Video Search Is A Barebone Youtube Downloader (September 1, 2009)">Youtube Video Search Is A Barebone Youtube Downloader</a> (2)</li>
	<li><a href="http://www.ghacks.net/2009/10/21/xkcd-comic-wallpaper-changer/" title="Xkcd Comic Wallpaper Changer (October 21, 2009)">Xkcd Comic Wallpaper Changer</a> (2)</li>
	<li><a href="http://www.ghacks.net/2009/04/10/wireless-networking-software-homedale/" title="Wireless Networking Software Homedale (April 10, 2009)">Wireless Networking Software Homedale</a> (13)</li>
	<li><a href="http://www.ghacks.net/2009/03/06/windows-xp-default-internet-browser-per-user-profile/" title="Windows XP: Default Internet Browser Per User Profile (March 6, 2009)">Windows XP: Default Internet Browser Per User Profile</a> (0)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.ghacks.net/2008/11/12/file-integrity-check/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Firefox Hash Algorithm Check</title>
		<link>http://www.ghacks.net/2008/08/10/firefox-hash-algorithm-check/</link>
		<comments>http://www.ghacks.net/2008/08/10/firefox-hash-algorithm-check/#comments</comments>
		<pubDate>Sun, 10 Aug 2008 18:53:26 +0000</pubDate>
		<dc:creator>Martin</dc:creator>
				<category><![CDATA[Browsing]]></category>
		<category><![CDATA[firefox]]></category>
		<category><![CDATA[algorithm]]></category>
		<category><![CDATA[checksum]]></category>
		<category><![CDATA[firefox-add on]]></category>
		<category><![CDATA[hash algorithm]]></category>
		<category><![CDATA[hash check]]></category>

		<guid isPermaLink="false">http://www.ghacks.net/?p=6023</guid>
		<description><![CDATA[One would think that it would only be natural if the browser developers would add a function to their browsers that would make it possible to check the hash algorithm of downloaded files. Firefox users can use the MD5 Hasher add-on to add the functionality to their browser.
Let me first explain why it could be [...]]]></description>
			<content:encoded><![CDATA[<p>One would think that it would only be natural if the browser developers would add a function to their browsers that would make it possible to check the hash algorithm of downloaded files. <a href="http://www.ghacks.net/tag/firefox/">Firefox</a> users can use the MD5 Hasher add-on to add the functionality to their browser.</p>
<p>Let me first explain why it could be important to check the hash algorithm of downloaded files. Many software developers and download portals add hash information to their downloads. Those information clearly identify a file and the user can compare the hash of a downloaded file with the hash on a website to make sure that he got that file and that no one tampered with it in the meantime. </p>
<p>It obviously makes only sense if the hash information are published on the website that contains the download. MD5 Hasher makes use of the Firefox Download Manager which means that the downloads have to appear in there because it is currently the only way to check the hash of the file.</p>
<p><span id="more-6023"></span><img src="http://www.ghacks.net/wp-content/uploads/2008/08/hash_algorithm_check.jpg" alt="hash algorithm check" title="hash algorithm check" width="379" height="172" class="alignnone size-medium wp-image-6024" /></p>
<p>MD5 Hasher can check a variety of hash algorithms including MD5, SHA1 and SHA512. Just make sure you pick the right one when comparing the checksums. A right-click on a downloaded file and the selection of Check Digest opens the MD5 Hasher window that provides access to the checksum comparison.</p>
<p>It&#8217;s not as comfortable as it could be because of several reasons. A direct link to the functions of the add-on would be nice. It would also be great if the hashes would be displayed automatically and if previous downloads could be processed as well.</p>

	Tags: <a href="http://www.ghacks.net/tag/algorithm/" title="algorithm" rel="tag">algorithm</a>, <a href="http://www.ghacks.net/tag/checksum/" title="checksum" rel="tag">checksum</a>, <a href="http://www.ghacks.net/tag/firefox/" title="firefox" rel="tag">firefox</a>, <a href="http://www.ghacks.net/tag/firefox-add-on/" title="firefox-add on" rel="tag">firefox-add on</a>, <a href="http://www.ghacks.net/tag/hash-algorithm/" title="hash algorithm" rel="tag">hash algorithm</a>, <a href="http://www.ghacks.net/tag/hash-check/" title="hash check" rel="tag">hash check</a><br />

	<h4>Related posts</h4>
	<ul class="st-related-posts">
	<li><a href="http://www.ghacks.net/2008/12/25/youtube-video-download/" title="Youtube Video Download (December 25, 2008)">Youtube Video Download</a> (11)</li>
	<li><a href="http://www.ghacks.net/2009/04/29/youtube-it-firefox-add-on/" title="Youtube It Firefox Add-on (April 29, 2009)">Youtube It Firefox Add-on</a> (4)</li>
	<li><a href="http://www.ghacks.net/2009/04/11/youtube-comment-cloud-firefox-add-on/" title="Youtube Comment Cloud Firefox Add-On (April 11, 2009)">Youtube Comment Cloud Firefox Add-On</a> (4)</li>
	<li><a href="http://www.ghacks.net/2009/10/16/yahoo-mail-notifier/" title="Yahoo Mail Notifier (October 16, 2009)">Yahoo Mail Notifier</a> (1)</li>
	<li><a href="http://www.ghacks.net/2008/08/10/web-updates-check-with-fireclip/" title="Web Updates Check with Fireclip (August 10, 2008)">Web Updates Check with Fireclip</a> (0)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.ghacks.net/2008/08/10/firefox-hash-algorithm-check/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
