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

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.

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/).