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.

License

License

Categories

Categories

Kotlin Languages Net
GroupId

GroupId

com.marcelkliemannel
ArtifactId

ArtifactId

kotlin-onetimepassword
Last Version

Last Version

1.0.0
Release Date

Release Date

Type

Type

jar
Description

Description

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.
Project URL

Project URL

https://github.com/marcelkliemannel/kotlin-onetimepassword
Source Code Management

Source Code Management

https://github.com/marcelkliemannel/kotlin-onetimepassword

Download kotlin-onetimepassword

How to add to project

<!-- https://jarcasting.com/artifacts/com.marcelkliemannel/kotlin-onetimepassword/ -->
<dependency>
    <groupId>com.marcelkliemannel</groupId>
    <artifactId>kotlin-onetimepassword</artifactId>
    <version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.marcelkliemannel/kotlin-onetimepassword/
implementation 'com.marcelkliemannel:kotlin-onetimepassword:1.0.0'
// https://jarcasting.com/artifacts/com.marcelkliemannel/kotlin-onetimepassword/
implementation ("com.marcelkliemannel:kotlin-onetimepassword:1.0.0")
'com.marcelkliemannel:kotlin-onetimepassword:jar:1.0.0'
<dependency org="com.marcelkliemannel" name="kotlin-onetimepassword" rev="1.0.0">
  <artifact name="kotlin-onetimepassword" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.marcelkliemannel', module='kotlin-onetimepassword', version='1.0.0')
)
libraryDependencies += "com.marcelkliemannel" % "kotlin-onetimepassword" % "1.0.0"
[com.marcelkliemannel/kotlin-onetimepassword "1.0.0"]

Dependencies

compile (2)

Group / Artifact Type Version
org.jetbrains.kotlin : kotlin-stdlib-jdk8 jar 1.2.21
commons-codec : commons-codec jar 1.11

test (3)

Group / Artifact Type Version
org.junit.jupiter : junit-jupiter-params jar 5.0.2
org.junit.jupiter : junit-jupiter-api jar 5.0.2
org.junit.jupiter : junit-jupiter-engine jar 5.0.2

Project Modules

There are no modules declared in this project.

Versions

Version
1.0.0