https://github.com/mcaimi/go-totp
Simple TOTP Token Generation Module Written In Go
https://github.com/mcaimi/go-totp
Last synced: 8 days ago
JSON representation
Simple TOTP Token Generation Module Written In Go
- Host: GitHub
- URL: https://github.com/mcaimi/go-totp
- Owner: mcaimi
- License: gpl-3.0
- Created: 2023-03-28T10:27:24.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-03-11T16:57:15.000Z (over 2 years ago)
- Last Synced: 2025-10-20T10:47:22.728Z (9 months ago)
- Language: Go
- Size: 18.6 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Simple TOTP Library written in Go
This is a simple TOTP library that implements the TOTP algorithm described in RFC6238, and it is also compatible with the Google Authentication variant (base32-encoded key secrets).