Skip to content

zestones/sfv-tool

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

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

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages