Skip to content

andyt10/html-js-authenticator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

About

This is an html/js(jQuery) based implementation of the RFC6238 TOTP standard a la 'Google Authenticator'.

example

example

Setup

Simply edit the data.json file with the necessary details as per the examples given.

example

A note about security

The obvious benefit of two-factor auth is that if your password is compromised, your account(s) are still secure. Needless to say, you should treat the seeds to your authenticator tokens as you would passwords. Wherever you use this make sure it is relatively secure, using at least some HTML auth on the web server.

Necessaries

This code utilises the wondeful CryptoJS libraries that can be found here: http://code.google.com/p/crypto-js - created by Jeff Mott.

Licence

Except where I use material licensed by third parties, bootstrap, jQuery & CryptoJS, this project is released in to the public domain.

About

HTML based implementation of RFC6238 TOTP

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published