ps-sfv.ps1
is a PowerShell script designed to verify Simple File Verification (SFV) checksums of files.
Mostly written by Github Copilot.
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.
- Verify files against existing SFV checksums.
- Supports CRC32 checksum algorithm.
To verify files against an existing SFV file:
.\ps-sfv.ps1 "C:\path\to\file.sfv"
Would be cool to use Powershell's own Get-FileHash
but it doesn't support CRC32 which was used by QuickSFV
This project is licensed under the MIT License.