Skip to content

SirBlobman/File-Hash-Checker

Repository files navigation

File Hash Checker

File Hash Checker is a useful program that I use to check hashes of files.
The following checksum types are available:

  • MD5
  • SHA-1
  • SHA-256
  • CRC32

Requirements

  • Java 17

Screenshots

Application Screenshot 01 Application Screenshot 02

Usage

You can use this program by double-clicking the jar file. If it does not run, try opening it through a command line.

Windows:

> javaw.exe -jar checker-3.0.0.jar

Mac and Linux:

$ java -jar checker-3.0.0.jar

Compilation Instructions

This project can be compiled with gradle.

Windows:

> gradlew.bat clean build

Mac and Linux:

$ ./gradlew clean build