mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-22 01:02:09 +02:00
oathtool: add Chinese translation
This commit is contained in:
parent
43a77f0674
commit
a7f635fbe3
1 changed files with 15 additions and 0 deletions
15
pages.zh/osx/oathtool.md
Normal file
15
pages.zh/osx/oathtool.md
Normal 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 {{密码}} {{令牌}}`
|
Loading…
Add table
Reference in a new issue