common/o*: add Korean translation (#14642)

* common/o*: add Korean translation

* odps-resource: update Korean translation (fix typo)
This commit is contained in:
코드싸이
2024-11-05 23:54:36 +09:00
committed by GitHub
parent bdf0e99ca8
commit 650fabfc22
49 changed files with 1257 additions and 0 deletions

View File

@@ -0,0 +1,16 @@
# oathtool
> OATH 일회성 비밀번호 도구.
> 더 많은 정보: <https://www.nongnu.org/oath-toolkit/oathtool.1.html>.
- TOTP 토큰 생성 (Google Authenticator처럼 동작):
`oathtool --totp --base32 "{{비밀}}"`
- 특정 시간에 대한 TOTP 토큰 생성:
`oathtool --totp --now "{{2004-02-29 16:21:42}}" --base32 "{{비밀}}"`
- TOTP 토큰 검증:
`oathtool --totp --base32 "{{비밀}}" "{{토큰}}"`