Skip to content

tangrui/Authenticator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 

Repository files navigation

// read ~/.google-authenticator (or any file you want)
// display counter with dots (30 second refresh)

// Compile:

// javac -cp ./ Authenticator/*.java 

// Run (point at your auth home):

// java -classpath ./ Authenticator.Main /home/jcuff/.google_authenticator 

// example:

jcuff@srv:~/auth/javaauth$ java -classpath ./ Authenticator.Main /home/jcuff/.google_authenticator 

Authenticator Started!
:----------------------------:--------:
:       Code Wait Time       :  Code  :
:----------------------------:--------:
+++++++++++++++++++++++++++++: 964323 :
..............+++++++++++++++: 523907 :
.............................: 867553 :
.............................: 053547 :
^C
jcuff@srv:~/auth/javaauth$ 


About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages