checksum-validator
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.
Usage
Installation
Supported platforms
- MacOS (tested under V. 10.13 (High Sierra))
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.
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.
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...
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
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.