greemo / yubiclip-android

YubiKey NEO OTP to clipboard app for Android

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Android application for copying YubiKey OTPs over NFC
=========================================================

See the file COPYING for copyright and license information.

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

This is a small Android application for reading a YubiKey NEO OTP over NFC and
copying it to the system clipboard.

1. Make sure NFC is turned on
2. Press the YubiKey with NFC against the phone until a message instructs you
that the OTP has been copied.


Building
--------

This project uses gradle for building, so to build:
-----------
  $ ./gradlew assembleRelease
-----------
After building the apk file can be found in the app/build/outputs/apk directory.

Issues
------

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

About

YubiKey NEO OTP to clipboard app for Android

License:BSD 2-Clause "Simplified" License


Languages

Language:Java 100.0%