[ 原始碼: golang-github-xlzd-gotp ]
套件:golang-github-xlzd-gotp-dev(0.0~git20181030.c8557ba-3)
golang-github-xlzd-gotp-dev 的相關連結
Debian 的資源:
下載原始碼套件 golang-github-xlzd-gotp:
- [golang-github-xlzd-gotp_0.0~git20181030.c8557ba-3.dsc]
- [golang-github-xlzd-gotp_0.0~git20181030.c8557ba.orig.tar.xz]
- [golang-github-xlzd-gotp_0.0~git20181030.c8557ba-3.debian.tar.xz]
維護小組:
外部的資源:
- 主頁 [github.com]
相似套件:
Golang OTP (One-Time Password) Library
GOTP is a Golang package for generating and verifying one-time passwords. It can be used to implement two-factor (2FA) or multi-factor (MFA) authentication methods in anywhere that requires users to log in.
Open MFA standards are defined in RFC 4226 (HOTP: An HMAC-Based One-Time Password Algorithm) and in RFC 6238 (TOTP: Time-Based One-Time Password Algorithm). GOTP implements server-side support for both of these standards.