totp.js

RFC6238 implemented in ECMAScript


Keywords
totp, rfc6238, otp, hotp
License
GPL-3.0
Install
bower install totp.js

Documentation

This directory contains the source of the TOTP (RFC6238) algorithm
implemented in ECMAScript (ECMA262).

TOTP stands for "Time-based One-Time Password" which is an algorithm
that extends the One-Time Password (OTP) algorithm, namely the HMAC-
based One-Time Password (HOTP) algorithm (RFC4226) to support the
time-based moving factor.

This source is free software. See the file LICENSE for further notices.

This source contains parts from CryptoJS (code.google.com/p/crypto-js)
by Jeff Mott (see code.google.com/p/crypto-js/wiki/License).