Yubico Authenticator for Desktop (Windows, macOS and Linux) and Android
Go to file
2017-03-16 14:03:58 +01:00
debian Add debian files and docker file to build .deb 2017-03-09 12:27:09 +01:00
docker/xenial Add debian files and docker file to build .deb 2017-03-09 12:27:09 +01:00
images Fix windowicon 2017-02-20 09:05:09 +01:00
py Fix flake8 for python code 2017-03-09 11:10:06 +01:00
qml Tab should remove focus from search 2017-03-15 14:57:01 +01:00
resources installer: delete any old installation 2017-03-13 12:16:45 +01:00
vendor Use pyotherside 1.5.0 2017-03-02 13:35:36 +01:00
.gitignore Update .gitignore 2017-01-27 14:14:13 +01:00
.gitmodules Re-add submodules 2017-03-01 15:12:44 +01:00
.pre-commit-config.yaml Add flake8 pre-commit hook for pyfolder 2017-03-09 11:00:24 +01:00
.travis.yml Try to build .deb on travis 2017-03-09 13:00:18 +01:00
appveyor.yml win: try builiding with Qt 5.8 2017-03-15 08:56:04 +01:00
build_qrc.py Initial project structure, copied from yubikey-manager-qt 2017-01-27 13:55:38 +01:00
COPYING Add a new license file 2017-03-15 10:10:04 +01:00
deployment.pri Initial project structure, copied from yubikey-manager-qt 2017-01-27 13:55:38 +01:00
main.cpp Remove whitespace 2017-03-16 14:03:58 +01:00
NEWS Update NEWS 2016-12-19 08:28:05 +01:00
README Update README 2017-03-15 13:36:02 +01:00
README.adoc Added README.adoc symlink for Github. 2015-06-10 16:47:03 +02:00
requirements-win.txt Fix path for win 2017-03-06 09:32:52 +01:00
requirements.txt Make qr a module 2017-03-03 14:22:54 +01:00
resources.json Initial project structure, copied from yubikey-manager-qt 2017-01-27 13:55:38 +01:00
screenshot.h qr scan: Use virtual geometry for screenshot 2017-02-27 15:23:34 +01:00
screenshot.png Update screenshot 2017-03-15 13:33:13 +01:00
yubioath-desktop.pro Uncomment qrc generation 2017-03-07 09:09:13 +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
Store the secrets on a YubiKey and generate the codes with this application.

* Add a credential by scanning a QR code on the screen.
* Supports 6 or 8 digit codes.
* Require touch on YubiKey to generate code.
* Protect your credentials with a device password.

=== Installation

==== Windows and macOS
Installers are available https://developers.yubico.com/yubioath-desktop/Releases/[here].

==== Ubuntu

    $ sudo apt-add-repository ppa:yubico/stable
    $ sudo apt update
    $ sudo apt install yubioath-desktop