TOTP参数配置
Period
令牌有效周期(TOTP标准参数,以秒为单位)
{{ form.period }}
秒
Digits
令牌长度(6位或8位)
{{ form.digits }}
位
Algorithm
HMAC计算使用的哈希算法
{{ form.algorithm }}
Secret Key
Base32编码的共享密钥
符合RFC 6238的Base32编码密钥(推荐长度32字符)。使用安全随机源生成。
账户
例如: username@example.com
颁发者
例如: Google, Microsoft
当前时间:{{ current }}
生成令牌中...
{{ token }}
扫描二维码添加到身份验证器
生成二维码中...
使用Google Authenticator等APP扫描