Simple file verification: Difference between revisions

Content deleted Content added
Category
Grnch (talk | contribs)
m couple of typos
Line 1:
'''SFV''' is an [[abbreviation]] for ''simple file verification'', a [[checksum]] format using the [[CRC32]] algorithm to verify the integrity of files. [[CRC32]], and thus also SFV, is not an ideal format for [[Computer security|securely]] verifying data integrity, since the CRC32 format is vulnerable to intentional modification that cannot be detected. Other formats, such as [[SHA512]], are better suited for ensuring the authenticity of files.
[[MD5]] havehas also been used for this purpose, but it's notnow prone to the same attacks (after the discovery of an MD5 hash collision in August 2004, claimed to be found in only 1 hour on a low-grade computing cluster).
 
== Check sum ==