A tool for quickly verifying files. You can hash and compare dozens or even hundreds of gigabytes in seconds.
Usage: program.exe [options] filepath.
--save or -s : save hashes to hash.txt
--compare or -c : compare hash
Example -> verifysn.exe --save "C:\gcc"
verifysn.exe --compare "C:\gcc"
or you can directly list
verifysn.exe "C:\gcc"
Warning
Not guaranteed for highly secure tasks.
git clone https://github.com/d06i/verifySN.git
cd verifySN
cmake -DCMAKE_BUILD_TYPE=Release CMakeLists.txt
cmake --build . --config Release