PDA

View Full Version : *.sfv



Benno
05-12-2003, 10:44 PM
I have seen a few .sfv files lately, they were in folders i downloaded from soulseek.
If I open them with notepad they contain the names from all the mp3 files that are in the folder and some numbers.
Can anybody tell me what they are?

Thanks

Amadeus
05-12-2003, 10:51 PM
Check SFV (Simple File Verification)
Description
Some files that you download will come with a .sfv file. This is used to verify that the files that you received are the same as the originals. cksfv is a program that can use the .sfv file to verify the downloaded files. Also, it can be used to create new .sfv files.

(http://www.fodder.org/cksfv/)

random nut
05-12-2003, 10:56 PM
It's a CRC32 value, not very good and easy to forge. One chance in 4 billion that you won't notice a random error. A file verification program like this should use a cryptographically secure hash algorithm instead. The time it takes to hash data is much faster than reading the data from disk so it should be equally fast as the CRC32 version.

Benno
05-12-2003, 11:02 PM
Thanks :)
RN does that mean it doesnt make much sense to check it? :huh:

Jibbler
05-13-2003, 12:20 AM
Originally posted by Benno@12 May 2003 - 19:02
Thanks :)
RN does that mean it doesnt make much sense to check it? :huh:
I don't check them. I think its a waste of time. Corrupt files aren't as much of an issue anymore, since so many sources are available at close reach. :huh:

random nut
05-13-2003, 09:47 AM
If it's just a random error in the data then the probability of it not being detected is 1 in 4 billion, but any determined programmer can easily change the data so that it matches the CRC32 value.