Skip to content

jielundong/gogoauth

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

gogoauth

golang tool for google authenticator

create google authenticator url

gogoauth  -create -name "[email protected]" -issuer "abc.com" -s "secret" -png 

or without the secret, a new secret will be created and print out

gogoauth  -create -name "[email protected]" -issuer "abc.com" -png

compute code with the given secret

gogoauth -s "secret"

About

golang tool for google authenticator

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages