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

dev.turingcomplete
ArtifactId

ArtifactId

kotlin-onetimepassword
Last Version

Last Version

2.2.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/dev.turingcomplete/kotlin-onetimepassword/ -->
<dependency>
    <groupId>dev.turingcomplete</groupId>
    <artifactId>kotlin-onetimepassword</artifactId>
    <version>2.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/dev.turingcomplete/kotlin-onetimepassword/
implementation 'dev.turingcomplete:kotlin-onetimepassword:2.2.0'
// https://jarcasting.com/artifacts/dev.turingcomplete/kotlin-onetimepassword/
implementation ("dev.turingcomplete:kotlin-onetimepassword:2.2.0")
'dev.turingcomplete:kotlin-onetimepassword:jar:2.2.0'
<dependency org="dev.turingcomplete" name="kotlin-onetimepassword" rev="2.2.0">
  <artifact name="kotlin-onetimepassword" type="jar" />
</dependency>
@Grapes(
@Grab(group='dev.turingcomplete', module='kotlin-onetimepassword', version='2.2.0')
)
libraryDependencies += "dev.turingcomplete" % "kotlin-onetimepassword" % "2.2.0"
[dev.turingcomplete/kotlin-onetimepassword "2.2.0"]

Dependencies

runtime (2)

Group / Artifact Type Version
org.jetbrains.kotlin : kotlin-stdlib jar 1.3.41
commons-codec : commons-codec jar 1.15

Project Modules

There are no modules declared in this project.

Versions

Version
2.2.0
2.1.0
2.0.1
2.0.0
1.0.0