A TOTP application runnable on your browser.
The implementations never access internet and the outside,
runnning on local only. So they can run standalone.
Your key used for creating a TOTP value will be saved into window.localStorage
(
if not supported, will saved on memory).
This application uses an HOTP library blirhotp.
Download this repository.
git clone <repository url>
View app/index.html
in a browser.
Modern browsers running on Desktop or Mobile.
See LICENSE file.