All recipes

Recipes

Check account security and trust

Generate a TOTP 2FA code, mint a BIP39 recovery seed phrase, and confirm a PDF actually carries a digital signature.

Step 1 of 3

Generate a TOTP code

Paste a base32 secret into the OTP generator to produce the time-based one-time password (TOTP) your 2FA setup expects, so you can test or debug a login flow. The code rotates every 30 seconds and depends on the clock, so a wrong code is often just device time drift, not a bad secret.