Package com.eatthepath.otp
package com.eatthepath.otp
Contains classes for generating one-time passwords using either the
HOTP (RFC 4226) or
TOTP (RFC 6328) algorithms.
- Author:
- Jon Chambers
-
ClassDescriptionGenerates HMAC-based one-time passwords (HOTP) as specified in RFC 4226.Generates time-based one-time passwords (TOTP) as specified in RFC 6238.Wraps a
NoSuchAlgorithmException
with an unchecked exception.