Content deleted Content added
unref tag |
|||
Line 1:
{{
{{ infobox file format
| name = Simple file verification
Line 27 ⟶ 26:
== Checksum ==
{{unreferenced section|small=y|date=September 2018}}
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.)
Line 43:
=== Command-line utility ===
An example of an [[open-source]] [[cross-platform]] [[command-line]] utility that
== See also ==
Line 51:
* [[Parchive]]
==
{{reflist}}
[[Category:Computer file formats]]
|