Skip to content

Releases: Osmerion/OneTrickPony

1.0.0

04 Aug 13:35
c2216a7
Compare
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
Compare
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.