TOTP authenticator for Java ME enabled devices. It's an implementation of the RFC 6238 - TOTP: Time-Based One-Time Password Algorithm.
32
stars
12
forks
source link
Hold the current counter value in a member variable #8
Closed
kwart closed 11 years ago
It's enough to compute the token value once (when the counter value changes).