HashT is a simple file hash calculator. Just drag and drop a file, to calculate hash.
These hash algorithms are supported: MD5, SHA-1, SHA-256, SHA-384, SHA-512
HashT has created with Electron, so it's a cross platfrom standalone application.
install dependencies, build the application, and run
npm install
npm run build
npm run start
the easiest way is using electron-packager. you can install it globaly, and run to generate Executable for all platfroms
npm install electron-packager -g
electron-packager . --all