jar

com.osmerion.onetrickpony : onetrickpony

Maven & Gradle

Aug 04, 2023
59 stars

OneTrickPony · 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.

Table Of Contents

Latest Version

Download com.osmerion.onetrickpony : onetrickpony JAR file - Latest Versions:

All Versions

Download com.osmerion.onetrickpony : onetrickpony JAR file - All Versions:

Version Vulnerabilities Size Updated
1.0.x
0.1.x

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window onetrickpony-1.0.0.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

com.osmerion.onetrickpony

├─ com.osmerion.onetrickpony.Base32.class - [JAR]

├─ com.osmerion.onetrickpony.HOTPEngine.class - [JAR]

├─ com.osmerion.onetrickpony.TOTPEngine.class - [JAR]

├─ com.osmerion.onetrickpony.package-info.class - [JAR]

com.osmerion.onetrickpony.internal

├─ com.osmerion.onetrickpony.internal.NullMarked.class - [JAR]

├─ com.osmerion.onetrickpony.internal.package-info.class - [JAR]