Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/creachadair/otp

A Go implementation of the HOTP (RFC 4226) and TOTP (RFC 6238) algorithms.
https://github.com/creachadair/otp

go google-authenticator hotp otp otpauth totp

Last synced: about 1 month ago
JSON representation

A Go implementation of the HOTP (RFC 4226) and TOTP (RFC 6238) algorithms.

Awesome Lists containing this project

README

        

# otp

[![GoDoc](https://img.shields.io/static/v1?label=godoc&message=reference&color=blue)](https://pkg.go.dev/github.com/creachadair/otp)

This repository contains a Go package to generate single use authenticator
codes using the [HOTP](https://tools.ietf.org/html/rfc4226) (RFC 4226) or
[TOTP](https://tools.ietf.org/html/rfc6238) (RFC 6238) algorithm.