Skip to content

Latest commit

 

History

History
48 lines (35 loc) · 1.53 KB

README.md

File metadata and controls

48 lines (35 loc) · 1.53 KB

mvn verify Maven Central License

TOTP4j (TOTP For Java)

View this plugin's documentation at: https://code.revelc.net/totp4j

A TOTP implementation in Java

To build:

mvn clean verify

A basic GUI can be run with:

mvn exec:java -Dexec.mainClass=net.revelc.code.otp.totp.TotpUi

This plugin uses Semantic Versioning 2.0.0 for its own versioning. Its public API is the names of the goals and configuration options.