# oathtool > OATH 一次性密码工具。 > 更多信息:。 - 生成 TOTP 令牌(行为类似于 Google Authenticator): `oathtool --totp {{[-b|--base32]}} "{{密码}}"` - 根据给定时间产生特定的 TOTP 令牌: `oathtool --totp {{[-N|--now]}} "{{2004-02-29 16:21:42}}" {{[-b|--base32]}} "{{密码}}"` - 验证 TOTP 令牌: `oathtool --totp {{[-b|--base32]}} "{{密码}}" "{{令牌}}"`