Components | All | New | MacOS | Windows | Linux | iOS | ||||
Examples | Mac & Win | Server | Client | Guides | Statistic | FMM | Blog | Deprecated | Old |
Component: TOTP
Create Time-based one-time passwords
Version | macOS | Windows | Linux | Server | iOS SDK |
12.3 / 13.4 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes |
Item | Details |
---|---|
TOTP.Calculate Calculates a Time-based one-time password. | All 12.3 |
TOTP.CurrentTime Queries current time. | All 12.3 |
TOTP.DecodeFromBase32 Decode a base 32 string. | All 13.4 |
TOTP.EncodeToBase32 Encode a base32 string. | All 13.4 |
4 functions shown.
These functions are free to use.
Release notes
- Version 13.4
- Added TOTP.DecodeFromBase32 and TOTP.EncodeToBase32 functions.
- Version 12.5
- Added algorithm and DecodeBase32 parameters to TOTP.Calculate function.
- Changed TOTP.Calculate function to return number with zeros on front.
- Version 12.3
- Added TOTP.Calculate function and TOTP.CurrentTime function to create Time-based one-time passwords.