tldr/pages.zh/osx/oathtool.md

16 lines
346 B
Markdown
Raw Normal View History

2019-03-12 04:37:06 +00:00
# oathtool
> OATH 一次性密码工具。
2019-03-12 04:37:06 +00:00
- 生成 TOTP 令牌(行为类似于 Google Authenticator
2019-03-12 04:37:06 +00:00
`oathtool --totp --base32 {{密码}}`
- 根据给定时间产生特定的 TOTP 令牌:
2019-03-12 04:37:06 +00:00
`oathtool --totp --now {{2004-02-29 16:21:42}} --base32 {{密码}}`
- 验证 TOTP 令牌:
2019-03-12 04:37:06 +00:00
`oathtool --totp --base32 {{密码}} {{令牌}}`