https://github.com/farmergreg/gohash
gohash does md5 sha1 sha224 sha256 sha384 sha512 hashing. Written to learn about & experiment with golang.
https://github.com/farmergreg/gohash
Last synced: over 1 year ago
JSON representation
gohash does md5 sha1 sha224 sha256 sha384 sha512 hashing. Written to learn about & experiment with golang.
- Host: GitHub
- URL: https://github.com/farmergreg/gohash
- Owner: farmergreg
- License: bsd-2-clause
- Created: 2014-08-01T03:34:58.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2014-11-06T15:51:44.000Z (over 11 years ago)
- Last Synced: 2025-04-10T00:37:59.746Z (over 1 year ago)
- Language: Go
- Homepage: https://www.gregd.org/
- Size: 309 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
gohash
======
Copyright (c) 2014, Gregory L. Dietsche.
gohash is a fast concurrent file hashing program that can replace
many common hashing programs like md5sum, sha512sum, etc...
Supports the following hashes: crc32, md5, sha1, sha224, sha256, sha384, sha512.
Help
-----
Run the following to get help using this program.:
gohash -help
Why
-----
I wrote gohash to learn about [golang](http://golang.org/).