Simple file verification: Difference between revisions

Content deleted Content added
No edit summary
Added more, please clean it up, add links, i am not up to speed on SFV, I was actually wanting Wikipedia to explain this to me!
Line 1:
'''Sfv''' is an [[acronym]] for ''simple file verification'', a [[checksum]] format using the [[CRC32]] algorithm to verify the integrity or authenticity of files. Files can become corrupted for a variety of reasons including: faulty storage media, errors in transmission, write errors during copying or moving, and so on. SFV allows a person to ensure that a file has not become corrupted by comparing a [[hash]] applied a file to see that they are equal. SFV also allows users to verify the authenticity of files, since if a file was changed (say, with the addition of mallicious code) the hash 'fingerprint' of the file would change and alter the user that the authenticity of the file is in question.
'''Sfv''' is an [[acronym]] for ''simple file verification'', a [[checksum]] format using the [[CRC32]] algorithm to check and verify the integrity files.
 
One of the first programs to use the SFV format was [[WinSFV]]. Other SFV programs include {list}.
Line 10:
== See Also ==
 
[[Md5]]