Files
tldr/pages.zh/common/oathtool.md
K.B.Dharun Krishna 5c26174aa9 pages/*: update links and more info link script (#11390)
* pages/*: update links and more info link script

Signed-off-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>

* cleanup: reformat code

* ax-webapp: fix link

* curl: fix false positive

Co-authored-by: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com>

---------

Signed-off-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
Co-authored-by: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com>
2023-11-06 23:14:12 +05:30

17 lines
418 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# oathtool
> OATH 一次性密码工具。
> 更多信息:<https://www.nongnu.org/oath-toolkit/oathtool.1.html>.
- 生成 TOTP 令牌(行为类似于 Google Authenticator
`oathtool --totp --base32 {{密码}}`
- 根据给定时间产生特定的 TOTP 令牌:
`oathtool --totp --now {{2004-02-29 16:21:42}} --base32 {{密码}}`
- 验证 TOTP 令牌:
`oathtool --totp --base32 {{密码}} {{令牌}}`