Yubico Authenticator for Desktop (Windows, macOS and Linux) and Android
Go to file
2020-03-05 08:53:42 +01:00
.github changes to 32 bit 2020-03-05 08:53:42 +01:00
doc Update various documents for 5.0.0 2019-09-11 10:30:37 +02:00
docker/xenial-appimage appimage: bump qt to 5.14.1 2020-02-11 09:34:47 +01:00
fonts fonts: include all roboto variants 2019-10-02 13:22:46 +02:00
images Changed settings icon and position 2019-10-03 09:25:44 +02:00
py add clear passwords btn in settings 2020-01-14 16:48:26 +01:00
qml fixed visibility issue for hidden panels 2020-02-26 15:36:13 +01:00
resources Merge pull request #524 from ai/appdata 2020-01-30 08:31:51 +01:00
.gitattributes Add .gitattributes 2017-11-24 17:13:46 +01:00
.gitignore add pymodules to .gitignore 2018-11-05 09:59:20 +01:00
.pre-commit-config.yaml Update pre-commit hook 2018-04-19 09:27:54 +02:00
build_qrc.py Sort qrc input file list 2018-03-09 22:04:05 +01:00
COPYING Add a new license file 2017-03-15 10:10:04 +01:00
deployment.pri Rewrite repo with new .gitattributes 2017-11-24 17:13:47 +01:00
main.cpp Make sure the application is always visible on a monitor 2020-02-18 11:41:35 +01:00
NEWS update NEWS and VERSION 2020-01-29 09:19:49 +01:00
README Move pcscd mention to system requirements 2020-01-21 11:51:17 +01:00
README.adoc Added README.adoc symlink for Github. 2015-06-10 16:47:03 +02:00
requirements.txt Depend on master ykman 2018-04-26 14:14:26 +02:00
resources.json fonts: add roboto font 2019-10-02 13:22:46 +02:00
screenshot.h Use std::vector instead of dynamic-length array 2018-01-22 14:09:00 +01:00
screenshot.png changed key in screenshot 2019-10-15 13:59:46 +02:00
yubioath-desktop.pro update NEWS and VERSION 2020-01-29 09:19:49 +01:00

== Yubico Authenticator
Cross-platform application for generating Open Authentication (OATH) time-based TOTP and event-based HOTP one-time password codes, with the help of a YubiKey that protects the shared secrets.

image:screenshot.png[]

=== Features
* Add a credential by scanning a QR code on the screen
* Favorite your most used credentials for easy access
* Keep your secret seeds safe by storing them on a YubiKey
* Require a touch on YubiKey to generate the code
* Protect your credentials with a device password
* Connect an external smart card reader and use the YubiKey over NFC

=== Supported devices
Usage of this software requires a compatible YubiKey device. Yubico
Authenticator is capable of provisioning and using both slot-based credentials
(compatible with any YubiKey that supports OTP) as well as the more powerful
standalone OATH functionality found on the NEO, YubiKey 4 and YubiKey 5 series.
To use the standalone OATH functionality your YubiKey must have the CCID mode enabled,
which can be done by using the https://developers.yubico.com/yubikey-manager-qt/[YubiKey Manager].

=== Installation

Downloads for all supported operating systems are available https://developers.yubico.com/yubioath-desktop/Releases/[here].


=== System Requirements
The following operating systems are considered supported. The application may still run on other platforms.

* Windows 7 or later
* macOS High Sierra 10.13 or later
* Ubuntu 16.04 LTS or later

On Linux systems, make sure the `pcscd` service is installed and running.


=== CLI

Looking for a command line option? That is available in https://developers.yubico.com/yubikey-manager/[YubiKey Manager CLI] with the `ykman oath` commands.