Skip to content
This repository has been archived by the owner on Jun 23, 2023. It is now read-only.

LetUsFlow/webOTP

Repository files navigation

webOTP

webOTP is a web-based TOTP-Client like Google Authenticator in a browser.

How it works

webOTP utilizes php-totp for the generation of the OTP-Codes and PHP QR Code for QR-Code generation. As for the database, a MariaDB database is used but with PDO (PHP Data Object) almost every type of database can be used. For password-hashing Argon2id is used as it currently is the most secure way to store passwords (Password Hashing Competition).

PHP dependencies

webOTP utilizes pdo to connect to the database. Depending on the database used, php-mysql or php-sqlite3 should be installed. For the QR-code generation the package php-gd is required.

About

A browser based TOTP-client

Resources

License

Stars

Watchers

Forks

Languages