jar

dev.robinohs : totp-kt

Maven & Gradle

Feb 18, 2023
17 stars

totp-kt · Native Kotlin library for time-based TOTP and HMAC-based HOTP one-time passwords.

Table Of Contents

Latest Version

Download dev.robinohs : totp-kt JAR file - Latest Versions:

All Versions

Download dev.robinohs : totp-kt JAR file - All Versions:

Version Vulnerabilities Size Updated
1.0.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 totp-kt-1.0.1.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

dev.robinohs.totpkt.random

├─ dev.robinohs.totpkt.random.RandomGenerator.class - [JAR]

dev.robinohs.totpkt.otp.totp.timesupport

├─ dev.robinohs.totpkt.otp.totp.timesupport.ClockSupportKt.class - [JAR]

├─ dev.robinohs.totpkt.otp.totp.timesupport.DateSupportKt.class - [JAR]

├─ dev.robinohs.totpkt.otp.totp.timesupport.InstantSupportKt.class - [JAR]

dev.robinohs.totpkt.otp.totp

├─ dev.robinohs.totpkt.otp.totp.TotpGenerator.class - [JAR]

dev.robinohs.totpkt.otp

├─ dev.robinohs.totpkt.otp.HashAlgorithm.class - [JAR]

├─ dev.robinohs.totpkt.otp.OtpGenerator.class - [JAR]

dev.robinohs.totpkt.recovery

├─ dev.robinohs.totpkt.recovery.RecoveryCodeConfig.class - [JAR]

├─ dev.robinohs.totpkt.recovery.RecoveryCodeGenerator.class - [JAR]

dev.robinohs.totpkt.otp.hotp

├─ dev.robinohs.totpkt.otp.hotp.HotpGenerator.class - [JAR]

dev.robinohs.totpkt.secret

├─ dev.robinohs.totpkt.secret.Base32Secret.class - [JAR]

├─ dev.robinohs.totpkt.secret.SecretGenerator.class - [JAR]