ramonibz / totp

Implementation of the TOTP Algorithm

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

TOTP Algorithm implementation

This simple program is an implementation of the TOTP (Time based One Time Password) algorithm

go get github.com/ramonibz/totp/totp

Basic usage example:

import "github.com/ramonibz/totp/totp"

func main() {
    totp.GetTotpCode(seed)
}

About

Implementation of the TOTP Algorithm

License:MIT License


Languages

Language:Go 100.0%