jar

dev.turingcomplete : kotlin-onetimepassword

Maven & Gradle

Aug 23, 2022
1 usages
126 stars

Kotlin One-Time Password Library · A Kotlin one-time password library to generate "Google Authenticator", "Time-based One-time Password" (TOTP) and "HMAC-based One-time Password" (HOTP) codes based on RFC 4226 and 6238.

Table Of Contents

Latest Version

Download dev.turingcomplete : kotlin-onetimepassword JAR file - Latest Versions:

All Versions

Download dev.turingcomplete : kotlin-onetimepassword JAR file - All Versions:

Version Vulnerabilities Size Updated
2.4.x
2.3.x
2.2.x
2.1.x
2.0.x
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 kotlin-onetimepassword-2.4.0.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

dev.turingcomplete.kotlinonetimepassword

├─ dev.turingcomplete.kotlinonetimepassword.GoogleAuthenticator.class - [JAR]

├─ dev.turingcomplete.kotlinonetimepassword.HmacAlgorithm.class - [JAR]

├─ dev.turingcomplete.kotlinonetimepassword.HmacOneTimePasswordConfig.class - [JAR]

├─ dev.turingcomplete.kotlinonetimepassword.HmacOneTimePasswordGenerator.class - [JAR]

├─ dev.turingcomplete.kotlinonetimepassword.OtpAuthUriBuilder.class - [JAR]

├─ dev.turingcomplete.kotlinonetimepassword.RandomSecretGenerator.class - [JAR]

├─ dev.turingcomplete.kotlinonetimepassword.TimeBasedOneTimePasswordConfig.class - [JAR]

├─ dev.turingcomplete.kotlinonetimepassword.TimeBasedOneTimePasswordGenerator.class - [JAR]