PetrM97 / totp

Java TOTP

Home Page:https://petrm97.github.io/totp

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

TOTP

Build Status Code Climate

Implementation of RFC 6238 in Java.

Contains Client and Server app written in Java and Demo server in PHP.

Project was made at Gymnázium Nad Alejí as a Maturita exam work.

How to use

  1. Download it here at GitHub at Release page
  2. Compile it yourself

Dependencies

All of them are downloaded automatically by Apache Ant through Apache Ivy

Compilation

You need to have Apache Ant and Java JDK installed to compile sources and create executable JAR files

To compile everything run:

ant jar

JAR files are then created in /build/jar folder

Wiki

Github Wiki has more details, but is written in Czech language only.

About

Java TOTP

https://petrm97.github.io/totp

License:Apache License 2.0


Languages

Language:Java 100.0%