Simple File Verification
(Created page with "{{FormatInfo |formattype=electronic |subcat=Error detection and correction |extensions={{ext|sfv}} }} '''Simple File Verification''' or commonly abbreviated as its extension ...") |
(Add known exceptions to filenames that shares the same SFV extension and references.) |
||
Line 9: | Line 9: | ||
== Discussion == | == Discussion == | ||
Given a set of source files, SFV utilities can create a text file containing a list of file names and their [[CRC-32]] checksums. If supplied with the SFV file, it can validate the listed files. | Given a set of source files, SFV utilities can create a text file containing a list of file names and their [[CRC-32]] checksums. If supplied with the SFV file, it can validate the listed files. | ||
+ | |||
+ | There are known exceptions to this rule even if they share the same file extension: | ||
+ | * <code>AC_PREFX.SFV</code><ref>[https://discmaster.textfiles.com/search?q=AC_PREFX.SFV&mode=deep&extension=.sfv&format=txt&sortBy=name.keyword AC_PREFX.SFV search - discmaster.textfiles.com]</ref> | ||
== Identification == | == Identification == | ||
Line 17: | Line 20: | ||
== Links == | == Links == | ||
− | * [[Wikipedia:Simple file verification]] - Recommended reading | + | * [[Wikipedia:Simple file verification|Simple file verification on Wikipedia]] - Recommended reading |
+ | |||
+ | == References == | ||
+ | <references/> |
Latest revision as of 01:17, 11 August 2025
Simple File Verification or commonly abbreviated as its extension (SFV), is a file checksumming utility.
Contents |
[edit] Discussion
Given a set of source files, SFV utilities can create a text file containing a list of file names and their CRC-32 checksums. If supplied with the SFV file, it can validate the listed files.
There are known exceptions to this rule even if they share the same file extension:
-
AC_PREFX.SFV
[1]
[edit] Identification
A SFV
file normally contains a list of files and their CRC-32 checksums. Lines beginning with ;
, e.g. ; Generated by QuickSFV v1.51 on 2000-05-14 at 16:52:16
are comments which are ignored by the respective checksumming utility.
[edit] Sample files
See custom SFV extension search - Discmaster.textfiles.com for a curated list of files that appears to match the identification listed above.
[edit] Links
- Simple file verification on Wikipedia - Recommended reading