GitXplorerGitXplorer
J

webotp

public
2 stars
1 forks
0 issues

Commits

List of commits on branch master.
Unverified
ea5dcf4977bff8da8d3e2d25e6bfd130ce7feee5

Fix missing event to store new counter

JJakuje committed 10 years ago
Unverified
8312956e8d0e4d08035d9274498c1db90e5ac821

Another idea by poehoes

JJakuje committed 10 years ago
Unverified
f46a635dc5e5ecc5d1065aa8344df73ddf344baa

1.0.1

JJakuje committed 10 years ago
Unverified
ce35f21aa5e14d90da2325d024dd5850e8c49fad

Crop canvas to image size so it will not cover other controls

JJakuje committed 10 years ago
Unverified
6211ed6b2bd519cc9d8bf72ebde95595c7ec4131

Remove default services

JJakuje committed 10 years ago
Unverified
04939512727593db3f4d28b8506068e61581c1e5

Validate adding new tokens

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/