JavaFX GUI client to generate Google authentication codes
JAuth is a reference desktop client for the google authenticator. Intended as an alternative to the iPhone Google Authenticator app and similar. http://code.google.com/p/google-authenticator/
List of required libraries:
com.aquafx-project:aquafx:0.2
Compile sources and then
java -jar FXAuth.jar -site:MY_SECRET_KEY -Facebook:MY_SECRET_KEY -Google:MY_SECRET_KEY
Thanks to James Cuff and Michele Clamp (https://github.com/mclamp/JAuth) for JAuth, core of this app. Thanks to Eugene San (https://github.com/eugenesan/JAuth) for CLI version of JAuth.