jar

dev.uni-hamburg : timedrift-totp-java

Maven & Gradle

Jul 13, 2023
0 stars

timedrift-totp-java · Implements RFC 6238 with a mechanism to support time drifting hardware tokens which do not support time syncs.

Table Of Contents

Latest Version

Download dev.uni-hamburg : timedrift-totp-java JAR file - Latest Versions:

All Versions

Download dev.uni-hamburg : timedrift-totp-java JAR file - All Versions:

Version Vulnerabilities Size Updated
2.0.x
0.2.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 timedrift-totp-java-2.0.1.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

dev.uni_hamburg.security.otp

├─ dev.uni_hamburg.security.otp.TimeDriftTotp.class - [JAR]

├─ dev.uni_hamburg.security.otp.Totp.class - [JAR]

dev.uni_hamburg.security.otp.api

├─ dev.uni_hamburg.security.otp.api.Base32.class - [JAR]

├─ dev.uni_hamburg.security.otp.api.Clock.class - [JAR]

├─ dev.uni_hamburg.security.otp.api.Digits.class - [JAR]

├─ dev.uni_hamburg.security.otp.api.Hash.class - [JAR]

├─ dev.uni_hamburg.security.otp.api.Hmac.class - [JAR]