Global Names UUID5 Generator
It is a simple web server which takes strings and creates a corresponding
UUID version 5 using DNS globalnames.org as a namespace. More information about
UUID version 5 creation can be found at RFC-4122
Compiling
- Setup standard Go environment http://golang.org/doc/code.html and ensure that $GOPATH environment variable properly set.
go get github.com/GlobalNamesArchitecture/uuid5
.cd $GOPATH/src/github.com/GlobalNamesArchitecture/uuid5
go build
to get binary
Usage
./uuid5 --port 80 --url http://your_url