Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 412 Bytes

README.md

File metadata and controls

27 lines (18 loc) · 412 Bytes

Go-token

Generate crypto-random strings (i.e. tokens) of any length.

Installation

$ go install github.com/moeenn/go-token@latest

Compile from source

# build from source
$ go build .

Usage

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.