Skip to content

wizsec/yubioath-android

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

95 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Android application for OATH with YubiKey NEO
=============================================

See the file COPYING for copyright and license information.

Introduction
------------

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:

1. Make sure NFC is turned on
2. Start the application
3. Select 'Scan new QR-code' from the actions menu.
4. The barcode scanner will start if installed, otherwise offer to install
5. Scan the barcode and select which slot to program
6. Swipe the YubiKey NEO as instructed

To view codes, just start the app and swipe your YubiKey NEO.


Building
--------

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.

Issues
------

Please report any issues/feature-suggestions in the issue tracker
on github (https://github.com/Yubico/yubioath-android)