A web service thats accepts POST requests and returns the base64 encoded SHA512 hash of a string.
go get github.com/sullirobert/hashService
uses port 9999 by default
flags:
-port sets the listen port
go install github.com/sullirobert/hashService
hashService -port 8080
send a request:
curl --data "password=angryMonkey" http://localhost:8080