A simple Javascript HOTP implementation (HMAC-Based One-Time Password Algorithm) as described in RFC 4226. The library relies on crypto-js (http://code.google.com/p/crypto-js/) for the javascript HMAC-SHA1 implementation.
Find a file
2009-12-13 19:22:41 +01:00
hotp newline added 2009-12-13 19:22:41 +01:00
example.html A quick-and-dirty implementation of HOTP (RFC 4226) in Javascript. 2009-12-13 19:19:24 +01:00