/sfv-tool

Simple Python-based command-line tool to generate SFV (Simple File Verification) using CRC32 and check the integrity of files.

Primary LanguagePythonMIT LicenseMIT

sfv-tool

Simple file verification (SFV) is a file format for storing CRC32 checksums of files to verify the integrity of files. SFV is used to verify that a file has not been corrupted, but it does not otherwise verify the file's authenticity. The .sfv file extension is usually used for SFV files. (wikipedia)

This repository is composed of two script : sfv-generator.py and sfv-validator.py.