Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/creachadair/otp
- Owner: creachadair
- License: other
- Created: 2019-06-10T17:08:54.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2024-04-26T15:49:25.000Z (8 months ago)
- Last Synced: 2024-04-26T17:00:43.648Z (8 months ago)
- Topics: go, google-authenticator, hotp, otp, otpauth, totp
- Language: Go
- Homepage:
- Size: 60.5 KB
- Stars: 14
- Watchers: 1
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.