kwart / totp-me

TOTP authenticator for Java ME enabled devices. It's an implementation of the RFC 6238 - TOTP: Time-Based One-Time Password Algorithm.
Apache License 2.0
32 stars 12 forks source link

Delta time: remove limits for old devices #27

Closed ZiroKyl closed 7 years ago

ZiroKyl commented 7 years ago

Some devices have timebomb. i.e. device has hardcoded limits for the date range.

One of solutions: put device date (year) to the beginning of date range and set proper delta value.

Commits include:

kwart commented 7 years ago

LGTM. Thanks for the fix.