Yubico / yubiclip-android

YubiKey NEO OTP to clipboard app for Android
BSD 2-Clause "Simplified" License
41 stars 16 forks source link

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)