<?xml version="1.0"?>
<?xml-stylesheet type="text/css" href="http://fileformats.archiveteam.org/skins/common/feed.css?303"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>http://fileformats.archiveteam.org/index.php?action=history&amp;feed=atom&amp;title=Checksum</id>
		<title>Checksum - Revision history</title>
		<link rel="self" type="application/atom+xml" href="http://fileformats.archiveteam.org/index.php?action=history&amp;feed=atom&amp;title=Checksum"/>
		<link rel="alternate" type="text/html" href="http://fileformats.archiveteam.org/index.php?title=Checksum&amp;action=history"/>
		<updated>2026-05-16T03:57:07Z</updated>
		<subtitle>Revision history for this page on the wiki</subtitle>
		<generator>MediaWiki 1.19.2</generator>

	<entry>
		<id>http://fileformats.archiveteam.org/index.php?title=Checksum&amp;diff=28118&amp;oldid=prev</id>
		<title>Jsummers at 22:05, 4 June 2017</title>
		<link rel="alternate" type="text/html" href="http://fileformats.archiveteam.org/index.php?title=Checksum&amp;diff=28118&amp;oldid=prev"/>
				<updated>2017-06-04T22:05:02Z</updated>
		
		<summary type="html">&lt;p&gt;&lt;/p&gt;
&lt;table class='diff diff-contentalign-left'&gt;
				&lt;col class='diff-marker' /&gt;
				&lt;col class='diff-content' /&gt;
				&lt;col class='diff-marker' /&gt;
				&lt;col class='diff-content' /&gt;
			&lt;tr valign='top'&gt;
			&lt;td colspan='2' style=&quot;background-color: white; color:black;&quot;&gt;← Older revision&lt;/td&gt;
			&lt;td colspan='2' style=&quot;background-color: white; color:black;&quot;&gt;Revision as of 22:05, 4 June 2017&lt;/td&gt;
			&lt;/tr&gt;&lt;tr&gt;&lt;td colspan=&quot;2&quot; class=&quot;diff-lineno&quot;&gt;Line 2:&lt;/td&gt;
&lt;td colspan=&quot;2&quot; class=&quot;diff-lineno&quot;&gt;Line 2:&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class='diff-marker'&gt;&amp;#160;&lt;/td&gt;&lt;td style=&quot;background: #eee; color:black; font-size: smaller;&quot;&gt;&lt;div&gt;|subcat=Error detection and correction&lt;/div&gt;&lt;/td&gt;&lt;td class='diff-marker'&gt;&amp;#160;&lt;/td&gt;&lt;td style=&quot;background: #eee; color:black; font-size: smaller;&quot;&gt;&lt;div&gt;|subcat=Error detection and correction&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class='diff-marker'&gt;&amp;#160;&lt;/td&gt;&lt;td style=&quot;background: #eee; color:black; font-size: smaller;&quot;&gt;&lt;div&gt;}}&lt;/div&gt;&lt;/td&gt;&lt;td class='diff-marker'&gt;&amp;#160;&lt;/td&gt;&lt;td style=&quot;background: #eee; color:black; font-size: smaller;&quot;&gt;&lt;div&gt;}}&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class='diff-marker'&gt;−&lt;/td&gt;&lt;td style=&quot;background: #ffa; color:black; font-size: smaller;&quot;&gt;&lt;div&gt;A '''checksum''' is a general term for a system by which extra data is appended to a set of data to serve as an integrity check of whether the data is corrupted. There are a number of different checksum systems. Commonly, they consist of an extra &amp;quot;data word&amp;quot; (after data is divided into logical &amp;quot;words&amp;quot; of a certain number of bits each) which is set in a manner so that, when a simple mathematical formula is applied cumulatively to all data words including the checksum, the result is always a certain set value, such as all zeroes. For instance, the formula might be to add up all the data words, discarding any overflow bits, or else it might be to take each successive word and apply the Exclusive Or (XOR) operation to the next word, then take the result and XOR it with the word after that, and so on, ending with the checksum word. If the result is not equal to the proper value (usually 0), that means that something is wrong with the data, such as parts being missing or incorrect. However, the inverse is not necessarily true; if the value is correct, the data still might be incorrect, since there are many different sets of values which can sum to a desired check value. An error could happen to be of a sort which corrupts the data but leaves the sum intact, though with more modern and sophisticated checksum techniques (such as various forms of [[CRC]], Cyclic Redundancy Check), this is less likely than with more simpleminded systems.&lt;/div&gt;&lt;/td&gt;&lt;td class='diff-marker'&gt;+&lt;/td&gt;&lt;td style=&quot;background: #cfc; color:black; font-size: smaller;&quot;&gt;&lt;div&gt;A '''checksum''' is a general term for a system by which extra data is appended to a set of data to serve as an integrity check of whether the data is corrupted. There are a number of different checksum systems. Commonly, they consist of an extra &amp;quot;data word&amp;quot; (after data is divided into logical &amp;quot;words&amp;quot; of a certain number of bits each) which is set in a manner so that, when a simple mathematical formula is applied cumulatively to all data words including the checksum, the result is always a certain set value, such as all zeroes. For instance, the formula might be to add up all the data words, discarding any overflow bits, or else it might be to take each successive word and apply the &lt;ins class=&quot;diffchange diffchange-inline&quot;&gt;[[&lt;/ins&gt;Exclusive Or&lt;ins class=&quot;diffchange diffchange-inline&quot;&gt;]] &lt;/ins&gt;(XOR) operation to the next word, then take the result and XOR it with the word after that, and so on, ending with the checksum word. If the result is not equal to the proper value (usually 0), that means that something is wrong with the data, such as parts being missing or incorrect. However, the inverse is not necessarily true; if the value is correct, the data still might be incorrect, since there are many different sets of values which can sum to a desired check value. An error could happen to be of a sort which corrupts the data but leaves the sum intact, though with more modern and sophisticated checksum techniques (such as various forms of [[CRC]], Cyclic Redundancy Check), this is less likely than with more simpleminded systems.&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class='diff-marker'&gt;&amp;#160;&lt;/td&gt;&lt;td style=&quot;background: #eee; color:black; font-size: smaller;&quot;&gt;&lt;/td&gt;&lt;td class='diff-marker'&gt;&amp;#160;&lt;/td&gt;&lt;td style=&quot;background: #eee; color:black; font-size: smaller;&quot;&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class='diff-marker'&gt;&amp;#160;&lt;/td&gt;&lt;td style=&quot;background: #eee; color:black; font-size: smaller;&quot;&gt;&lt;div&gt;A spam instant message seen &amp;quot;in the wild&amp;quot; read &amp;lt;code&amp;gt;easy yummy checksum Click Here&amp;lt;/code&amp;gt;, but alas, rather than leading to an innovative scheme for an edible checksum system (&amp;quot;Now with Flavor!&amp;quot;), it merely went to some scammy work-at-home scheme with no checksums, edible or otherwise, in evidence.&lt;/div&gt;&lt;/td&gt;&lt;td class='diff-marker'&gt;&amp;#160;&lt;/td&gt;&lt;td style=&quot;background: #eee; color:black; font-size: smaller;&quot;&gt;&lt;div&gt;A spam instant message seen &amp;quot;in the wild&amp;quot; read &amp;lt;code&amp;gt;easy yummy checksum Click Here&amp;lt;/code&amp;gt;, but alas, rather than leading to an innovative scheme for an edible checksum system (&amp;quot;Now with Flavor!&amp;quot;), it merely went to some scammy work-at-home scheme with no checksums, edible or otherwise, in evidence.&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;/table&gt;</summary>
		<author><name>Jsummers</name></author>	</entry>

	<entry>
		<id>http://fileformats.archiveteam.org/index.php?title=Checksum&amp;diff=17108&amp;oldid=prev</id>
		<title>Dan Tobias: Created page with &quot;{{FormatInfo |subcat=Error detection and correction }} A '''checksum''' is a general term for a system by which extra data is appended to a set of data to serve as an integrit...&quot;</title>
		<link rel="alternate" type="text/html" href="http://fileformats.archiveteam.org/index.php?title=Checksum&amp;diff=17108&amp;oldid=prev"/>
				<updated>2014-04-20T21:47:31Z</updated>
		
		<summary type="html">&lt;p&gt;Created page with &amp;quot;{{FormatInfo |subcat=Error detection and correction }} A &amp;#039;&amp;#039;&amp;#039;checksum&amp;#039;&amp;#039;&amp;#039; is a general term for a system by which extra data is appended to a set of data to serve as an integrit...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;{{FormatInfo&lt;br /&gt;
|subcat=Error detection and correction&lt;br /&gt;
}}&lt;br /&gt;
A '''checksum''' is a general term for a system by which extra data is appended to a set of data to serve as an integrity check of whether the data is corrupted. There are a number of different checksum systems. Commonly, they consist of an extra &amp;quot;data word&amp;quot; (after data is divided into logical &amp;quot;words&amp;quot; of a certain number of bits each) which is set in a manner so that, when a simple mathematical formula is applied cumulatively to all data words including the checksum, the result is always a certain set value, such as all zeroes. For instance, the formula might be to add up all the data words, discarding any overflow bits, or else it might be to take each successive word and apply the Exclusive Or (XOR) operation to the next word, then take the result and XOR it with the word after that, and so on, ending with the checksum word. If the result is not equal to the proper value (usually 0), that means that something is wrong with the data, such as parts being missing or incorrect. However, the inverse is not necessarily true; if the value is correct, the data still might be incorrect, since there are many different sets of values which can sum to a desired check value. An error could happen to be of a sort which corrupts the data but leaves the sum intact, though with more modern and sophisticated checksum techniques (such as various forms of [[CRC]], Cyclic Redundancy Check), this is less likely than with more simpleminded systems.&lt;br /&gt;
&lt;br /&gt;
A spam instant message seen &amp;quot;in the wild&amp;quot; read &amp;lt;code&amp;gt;easy yummy checksum Click Here&amp;lt;/code&amp;gt;, but alas, rather than leading to an innovative scheme for an edible checksum system (&amp;quot;Now with Flavor!&amp;quot;), it merely went to some scammy work-at-home scheme with no checksums, edible or otherwise, in evidence.&lt;br /&gt;
&lt;br /&gt;
== Links ==&lt;br /&gt;
* [[Wikipedia:Checksum|Wikipedia article]]&lt;/div&gt;</summary>
		<author><name>Dan Tobias</name></author>	</entry>

	</feed>