Skip to content

victorlee0505/TOTPService

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 

Repository files navigation

TOTP Service

TOTP Service is a JAVA library as solution to TOTP authentication.

Installation

This is a Maven Project on JDK11.

This is a Library and does not run standalone.

Please check this project for implementation

mvn install

For implementation, this check TOTPDemoApp which can be found in TOTPDemoApp

Test

I have included a interactive test in TotpTest.java, run by main();

it will generate a QRCode as PNG under src\main\resources\qrimage\testQR.png

Use Microsoft / Google Authenticator app on your phone (iOS/Andriod) to scan QRCode.

Type in the passcode from the app to your cmd/terminal to verify.

License

MIT

About

TOTP Library

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages