Provisioning payload generation
Create a valid TOTP secret, otpauth URL, and scannable QR code from one short form.
Generate a fresh secret key, otpauth URL and QR code to import directly into authenticator apps.
Create a valid TOTP secret, otpauth URL, and scannable QR code from one short form.
Resolve OTP values from direct secrets, otpauth URLs, or mixed batch lines that already contain a valid TOTP secret.
Keep the generator and OTP resolver inside one page so teams can move from setup to verification without context switching.
The page is designed as a fast operational utility: generate what you need, copy the result, and move on without introducing extra product surface area.
Generate a fresh secret and QR code for a new environment, demo account, or recovery workflow.
Validate that a batch of secrets or URLs still resolves into current OTP values before handing them to another team.
Extract embedded secrets from mixed input lines when operational data is not already normalized for a 2FA tool.
Use the generate tab when you need a fresh secret, otpauth URL, or QR code for an authenticator app. Use the OTP tab when you already have valid secrets or otpauth URLs and need current codes quickly.
The utility accepts direct secrets, otpauth URLs, and batch input that mixes credentials with embedded TOTP secrets so you can resolve multiple rows in one pass.
This page focuses on practical TOTP operations: generate provisioning payloads, check secrets, and retrieve OTPs without building a separate internal tool.