基于 HMAC 的每日动态密码系统
还没有配置任何程序
确定要删除 {{ deletingName }} 吗?
此操作不可撤销。
暂无标签
curl {{ apiBase }}/api/password/{{ apiHintName }}?token=TOTP验证码
curl -s "{{ apiBase }}/api/password/{{ apiHintName }}?format=plain&token=TOTP验证码"
PASSWORD=$(curl -s "{{ apiBase }}/api/password/{{ apiHintName }}?format=plain&token=$(oathtool --totp -b YOUR_SECRET)")
curl -s -H "X-TOTP: TOTP验证码" {{ apiBase }}/api/password/{{ apiHintName }}?format=plain
curl -s "{{ apiBase }}/api/password/{{ apiHintName }}?date=2026-01-01&format=plain&token=TOTP验证码"
* 如未启用 2FA,无需传 token 参数