2025-03-14 21:59:59 -06:00
|
|
|
|
# oathtool
|
|
|
|
|
|
|
|
|
|
|
|
> OATH 一次性密码工具。
|
2026-02-18 06:55:01 -07:00
|
|
|
|
> 更多信息:<https://www.nongnu.org/oath-toolkit/oathtool.1.html>。
|
2025-03-14 21:59:59 -06:00
|
|
|
|
|
|
|
|
|
|
- 生成 TOTP 令牌(行为类似于 Google Authenticator):
|
|
|
|
|
|
|
2026-06-12 17:51:25 -06:00
|
|
|
|
`oathtool --totp {{[-b|--base32]}} "{{密码}}"`
|
2025-03-14 21:59:59 -06:00
|
|
|
|
|
|
|
|
|
|
- 根据给定时间产生特定的 TOTP 令牌:
|
|
|
|
|
|
|
2026-06-12 17:51:25 -06:00
|
|
|
|
`oathtool --totp {{[-N|--now]}} "{{2004-02-29 16:21:42}}" {{[-b|--base32]}} "{{密码}}"`
|
2025-03-14 21:59:59 -06:00
|
|
|
|
|
|
|
|
|
|
- 验证 TOTP 令牌:
|
|
|
|
|
|
|
2026-06-12 17:51:25 -06:00
|
|
|
|
`oathtool --totp {{[-b|--base32]}} "{{密码}}" "{{令牌}}"`
|