Files
tldr/pages/osx/oathtool.md
2018-08-12 21:49:40 +05:30

16 lines
336 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 one-time password tool.
- Generate TOTP token (behaves like Google Authenticator):
`oathtool --totp --base32 {{secret}}`
- Generate a TOTP token for a specific time:
`oathtool --totp --now {{20040229 16:21:42}} --base32 {{secret}}`
- Validate a TOTP token:
`oathtool --totp --base32 {{secret}} {{token}}`