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

Hold the current counter value in a member variable #8

Closed kwart closed 11 years ago

kwart commented 11 years ago

It's enough to compute the token value once (when the counter value changes).

kwart commented 11 years ago

Implemented.