Skip to content

d06i/verifySN

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ss

VerifySN

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.

Demo

demo

Installation

Cmake (Default)

git clone https://github.com/d06i/verifySN.git
cd verifySN
cmake -DCMAKE_BUILD_TYPE=Release CMakeLists.txt
cmake --build . --config Release

Credits