Multi-OTP PHP class
Package:
Summary:
Authenticate and manage OTP user tokens
Groups:
Author:
Description:
This class can be used to authenticate and manage OTP user tokens.
It can create, update and delete tokens to authenticate users with one time passwords (OTP). The users data is stored in files.
The class can also check the user token using several algorithms: Mobile OTP (MOTP), OATH/HOTP (RFC 4226) and OATH/TOTP HOTP Time Based (RFC 4226 extension).
It can create, update and delete tokens to authenticate users with one time passwords (OTP). The users data is stored in files.
The class can also check the user token using several algorithms: Mobile OTP (MOTP), OATH/HOTP (RFC 4226) and OATH/TOTP HOTP Time Based (RFC 4226 extension).
Comments are closed.