RevealTheme logo

2FA용 QR 코드 생성기

Google Authenticator, Authy, 1Password 등 2FA 앱을 위한 TOTP QR 코드를 생성합니다.

이 도구 사용 방법

  1. 1

    Type the service name into the first field (this becomes the issuer label, e.g. RevealTheme).

  2. 2

    Enter the account identifier, usually the user's email or username.

  3. 3

    Paste an existing Base32 secret, or click Random to generate a fresh 32-character one with crypto.getRandomValues.

  4. 4

    Scan the QR code that appears below with your authenticator app, or copy the otpauth:// URI shown under it.

2FA용 QR 코드 생성기란 무엇인가요?

2단계 인증 앱은 QR 코드로 인코딩된 otpauth:// URI를 스캔하여 시간 기반 일회용 비밀번호(TOTP, RFC 6238)를 설정합니다. 이 도구는 서비스 이름, 계정 식별자, Base32 비밀 키로부터 URI를 구성한 다음 이를 스캔 가능한 QR 코드로 렌더링합니다.

일반적인 사용 사례

  • Demoing a 2FA enrollment flow in a tutorial, slide deck, or product screenshot without wiring up a real backend.

  • Generating a test TOTP secret while developing or QA-testing a login system that uses standard SHA1/6-digit/30-second codes.

  • Re-encoding a Base32 secret you already hold (for example from a recovery backup) into a fresh scannable QR.

  • Teaching teammates how the otpauth:// Key URI Format is structured by showing the URI printed beneath the QR.

  • Quickly checking whether an authenticator app accepts the default TOTP parameters before committing to a server-side library.

  • Creating a throwaway 2FA setup for a sandbox or staging account where the secret does not protect anything sensitive.

자주 묻는 질문

비밀 키가 어딘가로 전송되나요?
QR 코드 렌더링에는 외부 서비스(api.qrserver.com)가 사용됩니다. 최대한의 보안을 위해서는 테스트용 비밀 키에만 사용하시고, 프로덕션 환경의 2FA 설정에는 서버 측 생성을 사용하세요.

관련 도구