tilaklodha / google-authenticator

94 stars 31 forks source link

Google Authenticator

A small go program to generate the google authenticator code.

GOPATH=<workspace_dir>
export GOPATH
PATH="${PATH}:${GOPATH}/bin"
export PATH

The auth code works on the secret token and the current time. The time on your local machine should be in sync according to NTP.