https://github.com/Yubico/yubioath-android
Yubico Authenticator for Android
https://github.com/Yubico/yubioath-android
nfc oath totp yubikey
Last synced: 5 months ago
JSON representation
Yubico Authenticator for Android
- Host: GitHub
- URL: https://github.com/Yubico/yubioath-android
- Owner: Yubico
- License: bsd-2-clause
- Created: 2013-09-03T10:51:39.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2022-11-15T13:51:49.000Z (almost 3 years ago)
- Last Synced: 2024-06-28T03:37:56.562Z (over 1 year ago)
- Topics: nfc, oath, totp, yubikey
- Language: Kotlin
- Homepage: https://developers.yubico.com/yubioath-android/
- Size: 3.04 MB
- Stars: 244
- Watchers: 71
- Forks: 59
- Open Issues: 0
-
Metadata Files:
- Readme: README.adoc
- License: COPYING
Awesome Lists containing this project
README
NOTE: The development of Yubico Authenticator for Android has moved to https://github.com/Yubico/yubioath-flutter.
== Android application for OATH with YubiKeys
This app is hosted on Google Play as
https://play.google.com/store/apps/details?id=com.yubico.yubioath[Yubico Authenticator].See the file COPYING for copyright and license information.
=== Introduction
This is an authenticator app compatible with the OATH standard for time and
counter based numeric OTPs, as used by many online services. To store these
credentials and generate the codes, it uses a compatible YubiKey, connected
either via NFC or USB (requiresa USB On-the-go cable, or USB-C). The USB
functionality requires your mobile device to support USB Host mode, and for CCID
to be enabled on your YubiKey.Add credentials by tapping the + action button near the bottom right, and
selecting either to add a credential by scanning a QR code, or by entering a
Base32 encoded secret manually.Once credentials have been added, simply tap or connect your YubiKey to display
codes.=== Development
This app is developed in Android Studio, using gradle for building. To build the
APK from the command line, run:$ ./gradlew assemble
Once done the .apk file can be found in the app/build/outputs/apk/ directory.
=== Issues
Please report app issues in
https://github.com/Yubico/yubioath-android[the issue tracker on GitHub].