The Hashcode Validator is an application that gives the user the ability to quickly generate the hash value of a file and compare it to another hash value
- Select a file or move it via drag & drop into the application
- Generate the hash values of the file in SHA-256, SHA-512 or MD5
- Compare the original hash value (e.g. from the info on the website) with the generated one
Hashcode Validator is build with:
- node.js - Server-side JavaScript runtime environment
- electron - Framework that enables the development of cross-platform desktop applications
- electron-builder - Library that simplifies the process of packaging and distributing Electron applications
You can use the binaries in the release section or build the application yourself. To build the application yourself, just download the project, go into the project folder and execute:
npm run build
This creates the binaries to your operating system in the dist folder
To run the application in development mode just go top the project directory and execute:
npm run debug
Starting the application in normal mode:
npm start
MIT