https://github.com/m4ns0ur/hasht
HashT is a simple file hash calculator
https://github.com/m4ns0ur/hasht
electron hash tools
Last synced: about 2 months ago
JSON representation
HashT is a simple file hash calculator
- Host: GitHub
- URL: https://github.com/m4ns0ur/hasht
- Owner: m4ns0ur
- License: mit
- Created: 2016-12-09T01:35:10.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2024-02-05T09:43:59.000Z (over 2 years ago)
- Last Synced: 2025-03-27T11:44:08.809Z (about 1 year ago)
- Topics: electron, hash, tools
- Language: JavaScript
- Homepage: https://m4ns0ur.github.io/hasht/
- Size: 848 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# HashT

**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](https://github.com/electron/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](https://github.com/electron-userland/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
- [electron](https://github.com/electron/electron/blob/master/LICENSE)
- [React](https://github.com/facebook/react/blob/master/LICENSE)
- [babel](https://github.com/babel/babel/blob/master/LICENSE)
- [webpack](https://github.com/webpack/webpack/blob/master/LICENSE)
## License
[MIT](LICENSE)