Skip to content
This repository has been archived by the owner on Dec 12, 2022. It is now read-only.

Yubico/yubiclip-android

Repository files navigation

We have reimplemented the yubiclip functionality in https://github.com/Yubico/yubioath-flutter. This repository is now archived and will be used only as a reference.

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)