Skip to content

Latest commit

 

History

History
25 lines (14 loc) · 1.3 KB

README.md

File metadata and controls

25 lines (14 loc) · 1.3 KB

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.