/totp

TOTP generator

Primary LanguageGo

Time Based One Time Password Generator

Install using go get github.com/aj-jaswanth/totp

Put your secret in a file and pass its location in the SLOC env var. Run it like SLOC=<PATH> totp (assuming $GOPATH/bin is in path)