An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

        

![DeadHash](https://i.imgur.com/CkzWk7u.png)

# DeadHash

![GitHub package.json version](https://img.shields.io/github/package-json/v/CodeDead/DeadHash-js)
![GitHub](https://img.shields.io/github/license/CodeDead/DeadHash-Js)
![GitHub all releases](https://img.shields.io/github/downloads/CodeDead/DeadHash-js/total)

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
* CRC32

This 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)