Skip to content

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

License

Notifications You must be signed in to change notification settings

densbornp/hashcode_validator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hashcode Validator

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

Features

  • 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

Tech

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

Installation

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

Development

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

License

MIT

About

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published