Skip to content

Releases: Osmerion/OneTrickPony

2.0.0

12 Aug 11:37
b2ceea5

Choose a tag to compare

Improvements

  • Migrated to JSpecify for nullability annotations.

Breaking Changes

  • The migration to JSpecify annotations for nullability might cause some incompatibilities with existing tooling.

1.0.0

04 Aug 13:35
c2216a7

Choose a tag to compare

Overview

OneTrickPony is a modern Java library that implements support for One-Time Passwords (OTPs). The library requires Java 11 or later and is fully compatible with Java's module system. It has zero runtime dependencies on external libraries. Built-In support is provided for the HOTP (RFC 4226) and TOTP (RFC 6238) algorithms.

This is a maintenance release only and does not contain any behavioral change.

0.1.0

05 Feb 13:14
7a9afdd

Choose a tag to compare

Overview

OneTrickPony is a modern Java library that implements support for One-Time Passwords (OTPs). The library requires Java 11 or later and is fully compatible with Java's module system. It has zero runtime dependencies on external libraries. Built-In support is provided for the HOTP (RFC 4226) and TOTP (RFC 6238) algorithms.