Skip to content

Releases: corsin1337/google-authenticator-TOTP

TOTP Generator - v1.0.1

03 Mar 13:43
Compare
Choose a tag to compare

v1.0.1 - The hotp method has been optimized to improve its performance and eliminate unnecessary code. The timeLeft method has been added to calculate the remaining time until the next time step, making it easier to display the time remaining for a TOTP token to expire. Additionally, some code formatting and style improvements have been made to enhance readability and maintainability. Upgrade to this version to benefit from these enhancements and bug fixes.

Initial TOTP Release - v1.0.0

24 Feb 17:37
6715503
Compare
Choose a tag to compare

v1.0.0 - Generates Time-based One-Time Passwords (TOTP) using PHP. It includes a base32 decoder, HMAC-SHA1 hash function, HOTP and TOTP algorithms. Additionally, it includes a function that enables automatic reloading of a webpage after the password has run out.