https://github.com/fabiocolacio/hotp
minimal hotp and totp library for golang
https://github.com/fabiocolacio/hotp
2-factor authentication hotp otp totp
Last synced: 8 months ago
JSON representation
minimal hotp and totp library for golang
- Host: GitHub
- URL: https://github.com/fabiocolacio/hotp
- Owner: fabiocolacio
- License: zlib
- Created: 2020-04-18T02:50:41.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-04-18T02:56:21.000Z (about 6 years ago)
- Last Synced: 2025-04-09T03:41:39.547Z (about 1 year ago)
- Topics: 2-factor, authentication, hotp, otp, totp
- Language: Go
- Size: 1.95 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# HOTP
A minimal go implementation of the [HOTP](https://tools.ietf.org/html/rfc4226) and [TOTP](https://tools.ietf.org/html/rfc6238) algorithms.