TOTP / 2FA 생성기
비밀 키로 시간 기반 일회용 비밀번호(TOTP) 생성 — Google Authenticator 호환
TOTP Generator
RFC 6238 — Time-based One-Time Passwords via WebCrypto
Valid for 30 more seconds
Technical Details
Algorithm
HMAC-SHA1
Period
30 seconds
Digits
6
Time Slot (T)
59297484
Security Notice
Scan the secret with Google Authenticator or Authy to verify codes match. Never share your secret key — it grants full access to generate valid codes.
TOTP / 2FA Code Generator
Generate time-based one-time passwords (TOTP) from a secret key — compatible with Google Authenticator, Authy, and any RFC 6238 authenticator app. Runs 100% in your browser.
FAQ
What is TOTP?
TOTP (Time-based One-Time Password) is a 6-digit code that changes every 30 seconds. It's the second factor in 2FA — even if someone has your password, they can't log in without the current TOTP code.
How does TOTP work?
TOTP = HMAC-SHA1(secret_key, floor(current_unix_time / 30)), then take the last 6 digits. The server and your authenticator app derive the same code independently — no network call needed.
Is this tool safe to use?
This tool is for testing and development. Never enter your real 2FA secrets into any online tool. Use your authenticator app for production accounts.
계속 탐색
추천 보안 도구 도구…
비밀번호 강도 검사기
비밀번호가 얼마나 강한지 테스트하고 개선 팁 받기
QR 코드 생성기
URL, 텍스트, Wi-Fi, vCard 등을 위한 QR 코드 생성 — PNG 또는 SVG로 다운로드
QR 코드 리더
이미지나 카메라에서 QR 코드 스캔 및 디코딩 — 오프라인 작동
바코드 생성기
Code 128, Code 39, EAN-13, QR 등 형식으로 바코드 생성
SSH 키 생성기
Web Crypto API를 사용하여 Ed25519 또는 ECDSA SSH 키 쌍 생성 — 브라우저에서 100% 실행
RSA 키 생성기
Web Crypto API를 사용하여 PEM 형식의 2048비트 또는 4096비트 RSA 키 쌍 생성 — 브라우저에서 100% 실행
해시 비교기
파일 무결성 확인 또는 체크섬 일치를 위해 두 해시 값 비교
파일 해시 검사기
파일을 드래그 앤 드롭하여 MD5, SHA-1, SHA-256, SHA-512를 즉시 계산 — 알려진 해시와 비교하여 무결성 확인