Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/clitetailor/gohashgodistributed
https://github.com/clitetailor/gohashgodistributed
Last synced: 8 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/clitetailor/gohashgodistributed
- Owner: clitetailor
- Created: 2018-03-19T17:26:00.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-09-22T17:16:19.000Z (over 5 years ago)
- Last Synced: 2024-05-28T23:09:16.252Z (7 months ago)
- Language: Go
- Size: 26.4 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Distributed Hash Craker
=======================How To Build
------------```bash
$ sh ./scripts/build.sh
```Generate MD5
------------```bash
$ sh ./scripts/md5sum.sh abc
900150983cd24fb0d6963f7d28e17f72
```How To Run
----------Run server:
```console
$ sh ./master/master
```Run worker:
```console
$ sh ./worker/worker
```Decrypt MD5:
```console
$ time sh ./client/client --code 900150983cd24fb0d6963f7d28e17f72
abcreal 0m0.077s
user 0m0.000s
sys 0m0.000s
```