Emulate a Time-based One-Time Password (TOTP) from a secret key.
A Time-based One-Time Password (TOTP) is a temporary passcode generated by an algorithm that uses the current time as one of its factors. This tool emulates a TOTP from a secret key.
You can change the secret, the period, the number of digits, and the algorithm. The changes will be reflected immediately.
However, since the configuration differs from the server-side, the TOTP may not match.