무료 온라인 2FA 코드 생성기
TOTP 비밀 키를 붙여넣고 현재 6자리 인증 코드를 즉시 받으세요. Dokall은 배치당 여러 비밀, 선택적 라벨, 간격을 둔 base32 비밀 및 otpauth:// URI를 지원합니다.
코드는 30초마다 자동으로 새로 고쳐집니다. 모든 처리는 귀하의 브라우저에서 로컬로 이루어집니다. 귀하의 2FA 비밀은 귀하의 장치를 떠나지 않습니다.
Frequently Asked Questions
What is TOTP?
TOTP (Time-based One-Time Password) generates 6-digit codes that change every 30 seconds. It is the standard behind Google Authenticator, Authy, and most 2FA apps. Codes are computed from a shared secret key and the current time.
Is it safe to paste my 2FA secret online?
Dokall processes secrets entirely in your browser - nothing is sent to a server. However, any website where you enter a 2FA secret is a risk if the site is compromised. Prefer your dedicated authenticator app for daily use. Use this tool for recovery or testing.
What is a base32 secret key?
Authenticator apps store a random secret encoded in Base32 (letters A-Z and digits 2-7). When you set up 2FA, the service shows this key as text or in a QR code. Dokall accepts the Base32 string directly or an otpauth:// URI.
Why does my code not match the app?
The most common cause is clock drift. TOTP depends on synchronized time. Ensure your device clock is accurate (enable automatic time sync). Also verify you pasted the complete secret with no extra spaces.
Can I generate codes for multiple accounts?
Yes. Add multiple secret keys with optional labels. Each generates its own 6-digit code that refreshes every 30 seconds. Useful for managing backup codes or testing multiple services.