GitXplorerGitXplorer
J

webotp

public
2 stars
1 forks
0 issues

Commits

List of commits on branch master.
Unverified
f317df82948dabd26b1ce9d41faf4f45f523aa2f

1.0.2

JJakuje committed 10 years ago
Unverified
8a3624ad94e02878f74e9b7d6034eafa671a9d93

Testing vector for HOTP. Fixed couning these PINs

JJakuje committed 10 years ago
Unverified
35e8363c2d035856f9e007d107f7080d2c63d9c1

Fixed counter token drawing issues

JJakuje committed 10 years ago
Unverified
995e67bb65e1c66f920e664c592645ce84f7b55b

Labels in new/edit scene

JJakuje committed 10 years ago
Unverified
8c2f05782907e1a8d8405c0f14e2fac48e14131f

Add subject to predefined email

JJakuje committed 10 years ago
Unverified
0ed546cfefbbba568619a6871aadb33dae9cb7ca

Typo in help page

JJakuje committed 10 years ago

README

The README file for this repository.

Description

WebOTP is javascript implementation of OTP (one-time-password) in javascript Enyo framework for mobile phones, primarily for WebOS.

Application is inspired by FreeOTP for Android and iOS, some code is taken directly from RFC 6238, which describes Time-Based One-Time-Passwords algorithms.

There is used cryptographic librarly CryptoJS 3.1 [1], which is available under New BSD License.

This application can make your login into various services more safe using two-factor authentication. If you are interested, where you can use it, see [2].

Changelog

  • 1.0.2

    • Handling HOTP in better way
    • Minor changes in add/edit token scene
  • 1.0.1

    • Crop canvas that was overlying other controls
    • Removed "default" services
    • Correct forms validation
    • Help scene
  • 1.0.0

    • Initial release

References

[1] https://code.google.com/p/crypto-js/

[2] https://twofactorauth.org/