Skip to content

A simple C# program to calculate and compare file hashes

License

Notifications You must be signed in to change notification settings

evilprince2009/HashVarifier

Repository files navigation

HashVarifier

A simple C# program to calculate and compare file hashes. This program basically uses SHA256 to calculate the hash of a file and compares files by comparing the hashes.

Usage

After running the program, the user will be prompted to select options.

  • If you select 1

    You can calculate the hash of a file by just entering the file name with the directory path.

    hashverifier

  • If you select 2

    You can compare two files by entering the file names with the directory path.

    • If the files are the same, the program will display "File HASHes match".

    hashverifier

    • If the files are different, the program will display "File HASHes do not match".

    hashverifier

Releases

No releases published

Packages

No packages published

Languages