Move pages in the correct folder (#11163)

This commit is contained in:
Magrid
2023-10-23 22:27:11 +02:00
committed by GitHub
parent 4e53530691
commit 08f3800766
16 changed files with 43 additions and 114 deletions

View File

@@ -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 {{密码}} {{令牌}}`