<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>http://en.zaoniao.it/index.php?action=history&amp;feed=atom&amp;title=SYSV_checksum</id>
	<title>SYSV checksum - Revision history</title>
	<link rel="self" type="application/atom+xml" href="http://en.zaoniao.it/index.php?action=history&amp;feed=atom&amp;title=SYSV_checksum"/>
	<link rel="alternate" type="text/html" href="http://en.zaoniao.it/index.php?title=SYSV_checksum&amp;action=history"/>
	<updated>2026-05-15T12:40:19Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.32.0</generator>
	<entry>
		<id>http://en.zaoniao.it/index.php?title=SYSV_checksum&amp;diff=6699&amp;oldid=prev</id>
		<title>Admin: Created page with &quot;The '''SYSV checksum algorithm''' is a commonly used, legacy checksum algorithm.  It has been implemented in UNIX System V and is also available through the sum (Uni...&quot;</title>
		<link rel="alternate" type="text/html" href="http://en.zaoniao.it/index.php?title=SYSV_checksum&amp;diff=6699&amp;oldid=prev"/>
		<updated>2019-07-08T15:10:57Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;The &amp;#039;&amp;#039;&amp;#039;SYSV checksum algorithm&amp;#039;&amp;#039;&amp;#039; is a commonly used, legacy &lt;a href=&quot;/Checksum&quot; title=&quot;Checksum&quot;&gt;checksum&lt;/a&gt; algorithm.  It has been implemented in &lt;a href=&quot;/index.php?title=UNIX_System_V&amp;amp;action=edit&amp;amp;redlink=1&quot; class=&quot;new&quot; title=&quot;UNIX System V (page does not exist)&quot;&gt;UNIX System V&lt;/a&gt; and is also available through the sum (Uni...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;The '''SYSV checksum algorithm''' is a commonly used, legacy [[checksum]] algorithm. &lt;br /&gt;
It has been implemented in [[UNIX System V]] and is also available through the [[sum (Unix)|GNU sum]] command line utility.&lt;br /&gt;
&lt;br /&gt;
==Newer checksum algorithms==&lt;br /&gt;
The manual page of the GNU sum utility program (that implements the [[BSD checksum]] algorithm) states:&lt;br /&gt;
&amp;quot;sum is provided for compatibility; the cksum program is preferable in new applications.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
==Description of the algorithm==&lt;br /&gt;
The main part of this algorithm is simply adding up all bytes in a 32-bit sum. As a result, this algorithm has the characteristics (disadvantages and advantages) of a simple sum:&lt;br /&gt;
* re-arranging the same bytes in another order (e.g. moving text from one place to another place) does not change the checksum.&lt;br /&gt;
* increasing one byte and decreasing another byte by the same amount does not change the checksum.&lt;br /&gt;
* adding or removing zero bytes does not change the checksum.&lt;br /&gt;
As a result, many common changes to text data are not detected by this method.&lt;br /&gt;
 &lt;br /&gt;
The last two lines of the algorithm reduce the total sum to a 16-bit number.&lt;br /&gt;
&lt;br /&gt;
==Sources==&lt;br /&gt;
* [https://www.gnu.org/software/coreutils/manual/html_node/sum-invocation.html official GNU sum manual page]&lt;br /&gt;
* [https://www.gnu.org/software/coreutils/ coreutils download page] --- find and unpack the newest version of the coreutils package, read src/sum.c&lt;br /&gt;
&lt;br /&gt;
==Source==&lt;br /&gt;
&lt;br /&gt;
[http://wikipedia.org/ http://wikipedia.org/]&lt;br /&gt;
[[Category:Checksum algorithms]]&lt;br /&gt;
==See Also on BitcoinWiki==&lt;br /&gt;
* [[Soundeon]]&lt;br /&gt;
* [[Zonafide]]&lt;br /&gt;
* [[DCoin]]&lt;br /&gt;
* [[Ligercoin]]&lt;br /&gt;
* [[Datareum]]&lt;/div&gt;</summary>
		<author><name>Admin</name></author>
		
	</entry>
</feed>