You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
DeadHash is a free and open-source utility to calculate file and text hashes. The following hash calculations are supported:
9
+
DeadHash is a free and open-source utility to calculate file and text hashes and checksums. The following calculations are supported:
10
10
11
11
* MD4
12
12
* MD5
@@ -16,9 +16,28 @@ DeadHash is a free and open-source utility to calculate file and text hashes. Th
16
16
* SHA-384
17
17
* SHA-512
18
18
* RIPEMD-160
19
+
* CRC32
19
20
20
21
This project was bootstrapped with [Create React App](https://github.com/facebook/create-react-app) and built using [Electron](https://electronjs.org/).
21
22
23
+
## Building
24
+
25
+
In order to produce binary distributable files or to start a development build, you must first issue the following command,
26
+
in order to ensure that the React build is up-to-date:
27
+
```
28
+
yarn react-build
29
+
```
30
+
31
+
After running `yarn react-build`, you can issue the following command in order to produce the binary distributable files:
32
+
```
33
+
yarn build
34
+
```
35
+
36
+
If you want to start the development version, you can issue the following command, after running `yarn react-build`:
37
+
```
38
+
yarn start
39
+
```
40
+
22
41
## Learn More
23
42
24
43
You can learn more in the [Create React App documentation](https://facebook.github.io/create-react-app/docs/getting-started).
0 commit comments