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-18 22:02:09 +01:00
hotp added 7 and 8 decimals HOTP output 2009-12-18 22:02:09 +01:00
example-l.html a sample page with local javascript (especially for the BlackBerry browser...) 2009-12-14 11:16:54 +01:00
example.html added 7 and 8 decimals HOTP output 2009-12-18 22:02:09 +01:00