syhlion / totp-tool

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

totp-tool

Usage

passcode

./totp-tool passcode -s {secret}

check

./totp-tool check -s {secret}

qrcode

// issuer default: syhlion
// account default: syhlion[@]gmail dot com

./totp-tool qrcode -issuer {issuer} -account {account}

About


Languages

Language:Go 77.7%Language:Makefile 22.3%