I tried to launch JAuth from command line as shown in the README file:
java -jar JAuth.jar <myauthfile>
but it didn't work: a GUI opened up prompting for a PIN and no OTP was displayed.
I also noticed in the AuthenticatorGUI.java source file there is a function named getSecret(), which scans the command line arguments for a file to get the secret from, yet that function is never called in the AuthenticatorGUI's code.
I tried to launch JAuth from command line as shown in the README file:
java -jar JAuth.jar <myauthfile>but it didn't work: a GUI opened up prompting for a PIN and no OTP was displayed.
I also noticed in the AuthenticatorGUI.java source file there is a function named getSecret(), which scans the command line arguments for a file to get the secret from, yet that function is never called in the AuthenticatorGUI's code.