diff --git a/pages.zh/osx/oathtool.md b/pages.zh/osx/oathtool.md new file mode 100644 index 000000000..573ef9402 --- /dev/null +++ b/pages.zh/osx/oathtool.md @@ -0,0 +1,15 @@ +# oathtool + +> OATH 一次性密码工具. + +- 生成 TOTP 令牌(行为类似于 Google Authenticator): + +`oathtool --totp --base32 {{密码}}` + +- 根据给定时间产生特定的 TOTP 令牌: + +`oathtool --totp --now {{2004-02-29 16:21:42}} --base32 {{密码}}` + +- 验证 TOTP 令牌: + +`oathtool --totp --base32 {{密码}} {{令牌}}`