사용 방법: TOTP Code 생성기
TOTP Code 생성기은 브라우저에서 즉시 generate RFC 6238 time-based one-time passwords from a Base32 secret, with the otpauth URI할 수 있는 무료 온라인 보안 도구 도구입니다. 데이터를 붙여넣고 옵션을 조절하면 실시간으로 결과를 얻을 수 있습니다 — 설치 불필요, 가입 불필요, 서버 전송도 없습니다.
설명
Generate RFC 6238 time-based one-time passwords from a Base32 secret, with the otpauth URI.
- 보안 도구
- 모든 연산이 클라이언트에서 수행되어 API 키, 토큰 등 민감한 데이터에도 안전합니다.
사용 방법
TOTP Code 생성기 사용법은 세 단계:
- 입력창에 데이터를 붙여넣기 (또는 예제 불러오기).
- 목적에 맞게 옵션 조정.
- 출력 복사·다운로드·확인 — 입력에 따라 실시간 업데이트.
실행
예제
The classic Base32 test secret. Set the Unix time override to 59 and 8 digits to reproduce the RFC 6238 test vector 94287082.
입력
JBSWY3DPEHPK3PXP
출력
Current code 762220 (valid 12s more) Previous 741405 Next 862119 Unix time 1789313118 Time step 59643770 (counter = floor(time / 30)) Algorithm HMAC-SHA-1 Digits 6 Period 30s Secret JBSWY3DPEHPK3PXP (10 bytes after Base32 decode) otpauth:// URI (for authenticator apps and QR generators) otpauth://totp/26173?secret=JBSWY3DPEHPK3PXP&issuer=26173&algorithm=SHA1&digits=6&period=30 RFC 6238: the counter is the 30-second step since the Unix epoch, big-endian, HMAC'd with the shared secret; 4 bytes are extracted by dynamic truncation. Everything is computed in your browser — the secret is never transmitted.
此输出由工具真实运行产生,并非人工编写。
사용 사례
TOTP Code 생성기이 유용한 상황:
- Generate RFC 6238 time-based one-time passwords from a Base32 secret, with the otpauth URI.
매개변수
이 도구에는 옵션이 없으며 입력에만 작용합니다.
FAQ
TOTP Code Generator이 무엇인가요?
generate RFC 6238 time-based one-time passwords from a Base32 secret, with the otpauth URI을(를) 위한 도구입니다. 전부 브라우저에서 실행되어 데이터가 외부로 전송되지 않습니다.
무료인가요?
네. 무제한, 가입·설치 없이 무료입니다.
데이터가 업로드되나요?
아니요. 모든 처리는 로컬에서 이루어집니다.
주의 사항
- 全部计算在浏览器端完成,因此超大输入受限于标签页内存,而非服务器上传限制。
관련 도구
Strong 비밀번호 생성기Crypto-random passwords with full policy control.암호 문구 생성기Diceware-style memorable passphrases.비밀번호 Strength 테스터Estimate entropy and crack-time of a password.API Key 생성기Random hex / Base64 secrets of any length.기본 Auth Header 생성기Build and decode Authorization: Basic headers.JWT 디코더Inspect JWT header, payload and signature metadata.