<?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=Simple_file_verification</id>
	<title>Simple file verification - Revision history</title>
	<link rel="self" type="application/atom+xml" href="http://en.zaoniao.it/index.php?action=history&amp;feed=atom&amp;title=Simple_file_verification"/>
	<link rel="alternate" type="text/html" href="http://en.zaoniao.it/index.php?title=Simple_file_verification&amp;action=history"/>
	<updated>2026-05-15T09:23:11Z</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=Simple_file_verification&amp;diff=6838&amp;oldid=prev</id>
		<title>Admin: Created page with &quot;'''Simple file verification (SFV)''' is a file format for storing CRC32 checksums of files to verify the integrity of files. SFV is used to verify that a file has not...&quot;</title>
		<link rel="alternate" type="text/html" href="http://en.zaoniao.it/index.php?title=Simple_file_verification&amp;diff=6838&amp;oldid=prev"/>
		<updated>2019-07-16T08:44:19Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;&amp;#039;&amp;#039;&amp;#039;Simple file verification (SFV)&amp;#039;&amp;#039;&amp;#039; is a file format for storing &lt;a href=&quot;/index.php?title=CRC32&amp;amp;action=edit&amp;amp;redlink=1&quot; class=&quot;new&quot; title=&quot;CRC32 (page does not exist)&quot;&gt;CRC32&lt;/a&gt; &lt;a href=&quot;/Checksum&quot; title=&quot;Checksum&quot;&gt;checksums&lt;/a&gt; of files to verify the integrity of files. SFV is used to verify that a file has not...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;'''Simple file verification (SFV)''' is a file format for storing [[CRC32]] [[checksum]]s of files to verify the integrity of files. SFV is used to verify that a file has not been [[data corruption|corrupted]], but it does not otherwise verify the file's [[Information security#Authenticity|authenticity]]. The &amp;lt;tt&amp;gt;.sfv&amp;lt;/tt&amp;gt; [[file extension]] is usually used for SFV files.&lt;br /&gt;
&lt;br /&gt;
== Checksum ==&lt;br /&gt;
Files can become corrupted for a variety of reasons including faulty [[Computer Storage|storage media]], errors in [[Transmission (telecommunications)|transmission]], write errors during [[copying]] or moving, and [[software bug]]s. SFV verification ensures that a file has not been corrupted by comparing the file's [[cyclic redundancy check|CRC]] [[Hash function|hash]] value to a previously calculated value. Due to the nature of hash functions, [[hash collision]]s may result in [[false positive]]s, but the likelihood of collisions is usually negligible with random corruption. (The number of possible checksums is limited though large, so that with any checksum scheme many files will have the same checksum. However, the probability of a corrupted file having the same checksum as its original is exceedingly small, unless deliberately constructed to maintain the checksum.)&lt;br /&gt;
&lt;br /&gt;
SFV cannot be used to verify the authenticity of files, as CRC32 is not a [[collision resistance|collision resistant]] hash function; even if the hash sum file is not tampered with, it is computationally trivial for an attacker to cause deliberate hash collisions, meaning that a malicious change in the file is not detected by a hash comparison. In cryptography, this attack is called a [[collision attack]]. For this reason, the [[md5sum]] and [[sha1sum]] utilities are often preferred in [[Unix]] operating systems, which use the [[MD5]] and [[SHA-1]] [[cryptographic hash function]]s respectively.&lt;br /&gt;
&lt;br /&gt;
Even a single-bit error causes both SFV's CRC and md5sum's cryptographic hash to fail, requiring the entire file to be re-fetched.&lt;br /&gt;
The [[Parchive]] and [[rsync]] utilities are often preferred for verifying that a file has not been accidentally corrupted in transmission, since they can correct common small errors with a much shorter download.&lt;br /&gt;
&lt;br /&gt;
Despite the weaknesses of the SFV format, it is popular due to the relatively small amount of time taken by SFV utilities to calculate the CRC32 checksums when compared to the time taken to calculate cryptographic hashes such as MD5 or SHA-1.&lt;br /&gt;
&lt;br /&gt;
SFV uses a [[plain text]] file containing one line for each file and its checksum in the format ''FILENAME&amp;lt;whitespaces&amp;gt;CHECKSUM''. Any line starting with a semicolon ';' is considered to be a comment and is ignored for the purposes of file verification. The delimiter between the filename and checksum is always one or several spaces; tabs are never used. A sample SFV file is:&lt;br /&gt;
&lt;br /&gt;
 file_one.zip c45ad668&lt;br /&gt;
 file_two.zip 7903b8e6&lt;br /&gt;
 file_three.zip e99a65fb&lt;br /&gt;
&lt;br /&gt;
== See also ==&lt;br /&gt;
* [[Comparison of file verification software]]&lt;br /&gt;
* [[Cyclic redundancy check]] (CRC)&lt;br /&gt;
* [[File verification]]&lt;br /&gt;
&lt;br /&gt;
==Source==&lt;br /&gt;
&lt;br /&gt;
[http://wikipedia.org/ http://wikipedia.org/]&lt;br /&gt;
&lt;br /&gt;
[[Category:Checksum algorithms]]&lt;/div&gt;</summary>
		<author><name>Admin</name></author>
		
	</entry>
</feed>