Skip to content

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

License

Notifications You must be signed in to change notification settings

moeenn/go-token

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

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

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages