<?xml version="1.0"?>
<?xml-stylesheet type="text/css" href="https://www.kevinlee.io/w/skins/common/feed.css?270"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en-gb">
		<id>https://www.kevinlee.io/w/index.php?action=history&amp;feed=atom&amp;title=MD5SUM</id>
		<title>MD5SUM - Revision history</title>
		<link rel="self" type="application/atom+xml" href="https://www.kevinlee.io/w/index.php?action=history&amp;feed=atom&amp;title=MD5SUM"/>
		<link rel="alternate" type="text/html" href="https://www.kevinlee.io/w/index.php?title=MD5SUM&amp;action=history"/>
		<updated>2026-05-06T07:39:54Z</updated>
		<subtitle>Revision history for this page on the wiki</subtitle>
		<generator>MediaWiki 1.16.0</generator>

	<entry>
		<id>https://www.kevinlee.io/w/index.php?title=MD5SUM&amp;diff=30&amp;oldid=prev</id>
		<title>Kevin: New page: Category:Linux == MD5SUM == MD5SUM is a programme designed to verify the integrity of data using MD5 (Message-Digest algorithm 5) 128-bit cryptographic hash.  == How...</title>
		<link rel="alternate" type="text/html" href="https://www.kevinlee.io/w/index.php?title=MD5SUM&amp;diff=30&amp;oldid=prev"/>
				<updated>2008-09-29T06:09:30Z</updated>
		
		<summary type="html">&lt;p&gt;New page: &lt;a href=&quot;/wiki/Category:Linux&quot; title=&quot;Category:Linux&quot;&gt;Category:Linux&lt;/a&gt; == MD5SUM == MD5SUM is a programme designed to verify the integrity of data using &lt;a href=&quot;http://en.wikipedia.org/wiki/MD5&quot; class=&quot;extiw&quot; title=&quot;wikipedia:MD5&quot;&gt;MD5&lt;/a&gt; (Message-Digest algorithm 5) 128-bit cryptographic hash.  == How...&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;[[Category:Linux]]&lt;br /&gt;
== MD5SUM ==&lt;br /&gt;
MD5SUM is a programme designed to verify the integrity of data using [[wikipedia: MD5|MD5]] (Message-Digest algorithm 5) 128-bit cryptographic hash.&lt;br /&gt;
&lt;br /&gt;
== How to use MD5SUM ==&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
$ md5sum intrepid-desktop-amd64.iso&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
-It will display the result like below&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
caa96d9a55e6ebe87f16c140dd4d9fb1  intrepid-desktop-amd64.iso&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
-To save the result as a text file&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
$ md5sum intrepid-desktop-amd64.iso &amp;gt; MD5SUM&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
-If there is already correct md5sum file, it can be used to check the integrity of disc images with the following command after moving to the directory in which the image files are located (notice that the md5sum file should be also in the same directory unless the path of md5sum file is otherwise specified).&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
$ md5sum -c MD5SUMs&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
or&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
$ md5sum -c ~/some_directory/MD5SUMs&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
-It will display the result like&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
intrepid-desktop-i386.iso: OK&lt;br /&gt;
intrepid-desktop-amd64.iso: OK&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;/div&gt;</summary>
		<author><name>Kevin</name></author>	</entry>

	</feed>