Otp Java Versions Save

A small and easy-to-use one-time password generator library for Java implementing RFC 4226 (HOTP) and RFC 6238 (TOTP).

v2.0.3

7 months ago

otp-java-2.0.2

9 months ago

What's Changed

Full Changelog: https://github.com/BastiaanJansen/otp-java/compare/otp-java-2.0.1...otp-java-2.0.2

otp-java-2.0.1

1 year ago

What's Changed

Full Changelog: https://github.com/BastiaanJansen/otp-java/compare/otp-java-2.0.0...otp-java-2.0.1

otp-java-2.0.0

1 year ago

otp-java-1.3.2

2 years ago

What's Changed

New Contributors

Full Changelog: https://github.com/BastiaanJansen/otp-java/compare/otp-java-1.3.1...otp-java-1.3.2

otp-java-1.3.1

2 years ago

What's Changed

New Contributors

Full Changelog: https://github.com/BastiaanJansen/otp-java/compare/otp-java-1.3.0...otp-java-1.3.1

otp-java-1.3.0

2 years ago

What's Changed

Full Changelog: https://github.com/BastiaanJansen/otp-java/compare/v1.0.5...otp-java-1.3.0

otp-java-1.2.3

2 years ago

What's Changed

Full Changelog: https://github.com/BastiaanJansen/otp-java/compare/v1.0.5...otp-java-1.2.3

otp-java-1.2.2

2 years ago

otp-java-1.2.1

2 years ago
  1. Fixed bug regarding generating TOTP tokens with Instants.
  2. Periods of less than one second are not allowed and will now throw an IllegalArgumentException.
  3. Added new unit-test case.
  4. Minor code improvements.