Skip to content

Latest commit

 

History

History
33 lines (19 loc) · 992 Bytes

README.md

File metadata and controls

33 lines (19 loc) · 992 Bytes

PS-SFV

ps-sfv.ps1 is a PowerShell script designed to verify Simple File Verification (SFV) checksums of files.

Mostly written by Github Copilot.

Background

If you're like me, you have dozens of ancient QuickSFV checksum files laying around. However that program has not seen any updates in the last 14 years so here's a Powershell script to check those CRC32's.

Features

  • Verify files against existing SFV checksums.
  • Supports CRC32 checksum algorithm.

Usage

Verify SFV Checksums

To verify files against an existing SFV file:

.\ps-sfv.ps1 "C:\path\to\file.sfv"

Notes

Would be cool to use Powershell's own Get-FileHash but it doesn't support CRC32 which was used by QuickSFV

License

This project is licensed under the MIT License.