From Wikipedia, the free encyclopedia
Jump to: navigation, search
SFV is an abbreviation for simple file verification, a checksum format using the CRC32 algorithm to verify the integrity of files.
[edit] Check sum
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 to 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 malicious code) the hash 'fingerprint' of the file would change and alert the user that the authenticity of the file is in question.
One of the first programs to use the SFV format was WinSFV.
SFV uses a plain-text file containing one line for each file and its checksum in the format FILENAME CHECKSUM. Any line starting with a semicolon ';' is considered to be a comment line and is ignored for the purposes of file verification. A sample SFV file appears as follows:
2007-01-13 01:12:53
·
answer #1
·
answered by Anonymous
·
0⤊
0⤋
SFV
From Wikipedia, the free encyclopedia
(Redirected from Sfv)
SFV is an abbreviation for simple file verification, a checksum format using the CRC32 algorithm to verify the integrity of files.
[edit]Check sum
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 to 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 malicious code) the hash 'fingerprint' of the file would change and alert the user that the authenticity of the file is in question.
One of the first programs to use the SFV format was WinSFV.
SFV uses a plain-text file containing one line for each file and its checksum in the format FILENAME CHECKSUM. Any line starting with a semicolon ';' is considered to be a comment line and is ignored for the purposes of file verification. A sample SFV file appears as follows:
file1.zip c45ad668
file2.zip 7903b8e6
file3.zip e99a65fb
[edit]Flaws
The hash function used by SFV, CRC32, is not a cryptographically secure hash function. It is easy to intentionally create a file with a given CRC32 checksum. The fact that a file's checksum corresponds with the checksum in the SFV file is therefore no guarantee that the file has not been tampered with. However, SFV is well suited to detect 'random' changes.
Other hash functions, such as SHA, are better suited for ensuring the authenticity of files. But this is only helpful if there is a secure second channel to get the checksums.
2007-01-13 09:12:54
·
answer #2
·
answered by Anonymous
·
0⤊
0⤋
.sfv is a file that can be used to check that what you have downloaded is correct. It is created from the original and sent with the download. When your download is complete you can use software which essentally creates the sfv again, if they are the same you know the download is correct. I think some archiving tools do this and there is something called quickpar that can do it too.
To be honest I never bother using them
2007-01-13 10:35:07
·
answer #3
·
answered by Gordon B 7
·
0⤊
0⤋
Stores checksum data for a file, folder, or disk, indicating what data it contains; can be used to check for corrupt files, missing files, or files of the wrong size; often used when copying a disk or burning a CD or DVD
2007-01-13 09:14:26
·
answer #4
·
answered by zippo091 6
·
0⤊
0⤋
You can read all about it here, and download the software.
http://www.quickpar.org.uk/
or
http://www.quicksfv.org/index.html
Quick par is the better one tho..
2007-01-14 05:58:07
·
answer #5
·
answered by uk_staffie 7
·
0⤊
0⤋