Skip to content

ogis-miyamura/browsertotp

 
 

Repository files navigation

browsertotp

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.

GitHub Pages

Installation for local use

Download this repository.

git clone <repository url>

Usage

View app/index.html in a browser.

Brower Support

Modern browsers running on Desktop or Mobile.

License

See LICENSE file.

About

TOTP(RFC6238) HTML5 application.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 64.8%
  • CSS 20.5%
  • HTML 14.7%