Skip to content

Latest commit

 

History

History
42 lines (28 loc) · 1.4 KB

README.md

File metadata and controls

42 lines (28 loc) · 1.4 KB

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.