Paste an otpauth-migration:// URL exported from Google Authenticator (or similar).
Everything runs locally in your browser - no data is sent anywhere.
otpauth-migration://offline?data=…
URL. Copy the entire string and paste it into the field above, then click Decode.
data= parameter contains a base64-encoded protobuf message. This
tool decodes it entirely in your browser and extracts each account's name,
issuer, type, algorithm, and base32 secret - ready to import into any standard
TOTP app. No data leaves your device. Try a
sample to
see what the output looks like.