1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-28 18:24:54 +02:00
tldr/pages.zh/osx/oathtool.md
2019-03-15 11:47:29 +00:00

338 B

oathtool

OATH 一次性密码工具.

  • 生成 TOTP 令牌(行为类似于 Google Authenticator):

oathtool --totp --base32 {{密码}}

  • 根据给定时间产生特定的 TOTP 令牌:

oathtool --totp --now {{2004-02-29 16:21:42}} --base32 {{密码}}

  • 验证 TOTP 令牌:

oathtool --totp --base32 {{密码}} {{令牌}}