jar

com.marcelkliemannel : kotlin-onetimepassword

Maven & Gradle

Jan 28, 2018
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 com.marcelkliemannel : kotlin-onetimepassword JAR file - Latest Versions:

All Versions

Download com.marcelkliemannel : kotlin-onetimepassword 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 kotlin-onetimepassword-1.0.0.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

com.marcelkliemannel.kotlinonetimepassword

├─ com.marcelkliemannel.kotlinonetimepassword.GoogleAuthenticator.class - [JAR]

├─ com.marcelkliemannel.kotlinonetimepassword.HmacAlgorithm.class - [JAR]

├─ com.marcelkliemannel.kotlinonetimepassword.HmacOneTimePasswordConfig.class - [JAR]

├─ com.marcelkliemannel.kotlinonetimepassword.HmacOneTimePasswordGenerator.class - [JAR]

├─ com.marcelkliemannel.kotlinonetimepassword.RandomSecretGenerator.class - [JAR]

├─ com.marcelkliemannel.kotlinonetimepassword.TimeBasedOneTimePasswordConfig.class - [JAR]

├─ com.marcelkliemannel.kotlinonetimepassword.TimeBasedOneTimePasswordGenerator.class - [JAR]

Advertisement