Generate crypto-random strings (i.e. tokens) of any length.
$ go install github.com/moeenn/go-token@latest
# build from source
$ go build .
Usage of ./go-token:
-length int
Length of the token string (default 64)
Note: Command-line flags for the binary can be viewed by passing the -help
flag.