This app is hosted on Google Play as Yubico Authenticator.
It is also available from F-Droid.
See the file COPYING for copyright and license information.
This is a small android application for doing OATH codes with the help of a YubiKey NEO. To use it when you have an OATH QR-code:
-
Make sure NFC is turned on
-
Start the application
-
Select 'Scan new QR-code' from the actions menu.
-
The barcode scanner will start if installed, otherwise offer to install
-
Scan the barcode and select which slot to program
-
Swipe the YubiKey NEO as instructed
To view codes, just start the app and swipe your YubiKey NEO.
The "Android Support Repository" part of the android SDK needs to be installed to build this project.
Make sure to set the environment variable ANDROID_HOME before running mvn.
This project uses maven3 for building, so to build:
$ mvn package
After building the .apk file can be found in the target directory.
Please report any issues/feature-suggestions in the issue tracker on GitHub.