Content deleted Content added
added Easy SFV Creator |
explain security of hash functions better |
||
Line 1:
'''SFV''' is an [[abbreviation]] for ''simple file verification'', a [[checksum]] format using the [[CRC32]] algorithm to verify the integrity of files.
==Flaws==▼
==Check sum==
Line 18 ⟶ 12:
file2.zip 7903b8e6
file3.zip e99a65fb
▲==Flaws==
The hash functino used by SFV,
[[CRC32]], is not a cryptographicly 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 guarentee, that the file has not been tampered with. However SFV is well suited to detect 'random' changes.
Other hash functions, such as [[SHA512]], are better suited for ensuring the authenticity of files. But this is only helpfull, if there a secure second channel to get the checksums.
== External links ==
|