add new chinese translations

This commit is contained in:
2024-12-30 15:25:56 +08:00
parent a850046d7b
commit 0d798759fd
5418 changed files with 105800 additions and 7052 deletions

View File

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