Skip to content

alexanderwe/checksum-validator

Repository files navigation

checksum-validator

Build Status

checksum-validator is a small convenient Electron application, which can quickly calculate hashes of files. It is primarily intended to validate checksums of downloaded files.

Unfortunately the update to MacOS Mojave broke the build version 1.1.5. If you encounter the problem that the application will not start on Mac OS Mojave with version 1.1.5 consider downloading version 1.1.6 from the releases section. All of your settings should be preserved.

Usage

Installation

Supported platforms

Head over to the releases section and download the latest distribution.

After installing it you are ready to use checksum-validator.

Calculate checksum

To calculate and validate the checksum of files, head over to the Check pane and either drag and drop four file into the drag area or select it by clicking on it. Then just type in the checksum you want to validate and select the hash algorithm which was used to generate the checksum.

img2

On the Past Checks pane you have the opportunity to have a look at all checksums you have validated so far. Furthermore you can export the checked file as .json and take a look at other hashes of the file.

img3

Update

On start the application will check if an update is available. If an update is available it will either be installed automatically or the application will tell you that an update is ready to be installed. You can also trigger this check manually by checksum-validator --> Check for updates...

img1

Settings

On the Settings pane you can configure the application so it is suitable for your use case. Additionally you can select the language of the application. By default Checksum Validator will take the app locale to set the language but you can also manually change the language. By now 2 languages are available:

  • English
  • German

img4

How was it built ?

This project is only possible with these awesome technologies !

Issues

If you find any bugs or issues with this application feel free to report them in the issue section. In case you want to do some local debugging, open the logs via Help --> Open Logs and take a look at it.

License

Licensed under the MIT license