m4ns0ur / hasht

HashT is a simple file hash calculator

Home Page:https://m4ns0ur.github.io/hasht/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

HashT

hasht screenshot

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.

Get Started

install dependencies, build the application, and run

npm install
npm run build
npm run start

Package as Executable

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

Open Source Licenses

License

MIT

About

HashT is a simple file hash calculator

https://m4ns0ur.github.io/hasht/

License:MIT License


Languages

Language:JavaScript 99.0%Language:CSS 0.7%Language:HTML 0.3%Language:Sass 0.0%