RevealTheme logo

Générateur de codes QR pour la 2FA

Générez des codes QR TOTP pour Google Authenticator, Authy, 1Password et d'autres applications de 2FA.

Comment utiliser cet outil

  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.

Qu'est-ce que le générateur de codes QR pour la 2FA ?

Les applications d'authentification à deux facteurs scannent un URI otpauth://, encodé sous forme de code QR, pour configurer des mots de passe à usage unique basés sur le temps (TOTP, RFC 6238). Cet outil construit l'URI à partir d'un nom de service, d'un identifiant de compte et d'un secret Base32, puis le restitue sous forme de code QR scannable.

Cas d'usage courants

  • 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.

Questions fréquentes

Le secret est-il envoyé quelque part ?
Le rendu du QR utilise un service externe (api.qrserver.com). Pour une sécurité maximale, utilisez-le uniquement avec des secrets de test ; pour la configuration de la 2FA en production, utilisez une génération côté serveur.

Outils connexes