Kotlin Onetimepassword Versions Save

A Kotlin one-time password library to generate "Google Authenticator", "Time-based One-time Password" (TOTP) and "HMAC-based One-time Password" (HOTP) codes based on RFC 4226 and 6238.

v2.4.0

1 year ago

Add a builder to create OTP Auth URIs

v2.3.0

1 year ago

Fixed

  • Remove default values from the convenience methods

v2.2.0

2 years ago
  • Add ByteArray random secret generator for the Google authenticator.
  • Deprecation of the String random secret generator for the Google authenticator.
  • Minor code clean ups.

v2.1.0

2 years ago

New convenience methods to generate and validate TOTPs using the Java time API.

v2.0.1

3 years ago
  • Fix calculation of TOTP.
  • Change license to Apache Software License 2.0.

v2.0.0

4 years ago
  • Update of all dependencies
  • Complete revision of documentation
  • New group ID/root package "dev.turingcomplete"
  • New Jar signing certificate

v1.0.0

4 years ago

Initial release