Skip to content
/ ps-sfv Public

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

License

Notifications You must be signed in to change notification settings

antsy/ps-sfv

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

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.

About

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

Topics

Resources

License

Stars

Watchers

Forks