otp-code-generator
Generate Time-based One-Time Password (TOTP) codes using a Base32 secret key. Specify code length and time period for secure, time-sensitive authentication.
Instructions
Generate Time-based One-Time Password (TOTP) codes
Input Schema
Name | Required | Description | Default |
---|---|---|---|
digits | No | Number of digits in the code | |
period | No | Time period in seconds | |
secret | Yes | Base32 encoded secret key |