Skip to content

Uni-Hamburg/timedrift-totp-java

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

timedrift-totp-java

Fork of aerogear-otp-java

This forks adds functionality to support time drifting Hardware TOTP tokens mentioned in RFC 6238. Section 6.

Java Timed One Time Password API

A Java library for generating one time passwords according to RFC 6238..

This API is compatible with Google Authenticator apps available for Android and iPhone. You can follow the instructions here to install Google Authenticator.

Project Info
License: Apache License, Version 2.0
Build: Maven
Documentation: tba
Issue tracker: tba
Mailing lists: tba
tba

Usage

Android Studio

Add to your application's build.gradle file

dependencies {
    compile 'dev.uni-hamburg:timedrift-totp-java:2.0.1'
}

Maven

Include the following dependencies in your project's pom.xml

<dependency>
    <groupId>dev.uni-hamburg</groupId>
    <artifactId>timedrift-totp-java</artifactId>
    <version>2.0.1</version>
</dependency>

About

No description, website, or topics provided.

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 100.0%