https://github.com/codedead/deadhash-js
DeadHash - JS version
https://github.com/codedead/deadhash-js
codedead cryptography deadhash electron electronjs file-hash hash hashing javascript js materialui mui muiv5 node nodejs react reactjs reactsj text-hash yarn
Last synced: 6 months ago
JSON representation
DeadHash - JS version
- Host: GitHub
- URL: https://github.com/codedead/deadhash-js
- Owner: CodeDead
- License: gpl-3.0
- Created: 2019-10-31T00:00:31.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-10-19T07:13:16.000Z (over 1 year ago)
- Last Synced: 2024-05-01T12:47:55.415Z (about 1 year ago)
- Topics: codedead, cryptography, deadhash, electron, electronjs, file-hash, hash, hashing, javascript, js, materialui, mui, muiv5, node, nodejs, react, reactjs, reactsj, text-hash, yarn
- Language: JavaScript
- Homepage: https://codedead.com
- Size: 9.89 MB
- Stars: 14
- Watchers: 2
- Forks: 3
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README

# DeadHash


DeadHash is a free and open-source utility to calculate file and text hashes and checksums. The following calculations are supported:
* MD4
* MD5
* SHA-1
* SHA-224
* SHA-256
* SHA-384
* SHA-512
* RIPEMD-160
* CRC1
* CRC8
* CRC16
* CRC24
* CRC32This project was bootstrapped with [Create React App](https://github.com/facebook/create-react-app) and built using [Electron](https://electronjs.org/).
## Building
In order to produce binary distributable files, you must issue the following command:
```shell
yarn build
```If you want to start the development version, you can issue the following command:
```shell
yarn start
```## Learn More
You can learn more in the [Create React App documentation](https://facebook.github.io/create-react-app/docs/getting-started).
To learn React, check out the [React documentation](https://reactjs.org/).
To learn Electron, check out the [Electron documentation](https://electronjs.org/).
## About
This library is maintained by CodeDead. You can find more about us using the following links:
* [Website](https://codedead.com)
* [Twitter](https://twitter.com/C0DEDEAD)
* [Facebook](https://facebook.com/deadlinecodedead)