go get -u github.com/mattheath/base62
func toSha1(str string) string { var ( sha = sha1.New() ) return string(sha.Sum([]byte(str))) }