Libraries tagged by time-based one-time password
yaman-shahbander-dev/totp-generator
2 Downloads
A PHP implementation of Time-Based One-Time Password (TOTP), using Base32 encoding and HMAC hashing. Generates and verifies OTPs for secure authentication.
xruff/totpauth
257 Downloads
Nette extension for Time-Based One-Time Password Algorithm
raisulhridoy/laravel-2fa
7 Downloads
Laravel 2FA is a PHP implementation of the Google Two-Factor Authentication Module, supporting the HMAC-Based One-time Password (HOTP) algorithm specified in RFC 4226 and the Time-based One-time Password (TOTP) algorithm specified in RFC 6238.
mafordham/totp
2 Downloads
A simple PHP class for Time-based One-Time Password
lizhijun/php-totp
20 Downloads
基于时间的一次一密(Time-based One-time Password, TOTP)算法php函数库
ilbee/totp
13 Downloads
Time-based One-Time Password (TOTP) implementation in PHP
holabs/totp
1353 Downloads
Time-based One-time Password implementation for Nette framework
contipay/php-totp
5 Downloads
A simple and lightweight PHP library for generating Time-based One-Time Passwords (TOTP)
alimiracle/php-totp-auth
19 Downloads
A simple TOTP (Time-based One-Time Password) generator and validator.