yubioath-flutter/README

40 lines
1.7 KiB
Plaintext
Raw Normal View History

2017-03-15 15:21:52 +03: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
2019-09-09 16:11:31 +03:00
* 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
2017-03-15 15:21:52 +03:00
2017-03-20 11:20:16 +03:00
=== 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
2019-01-02 17:55:23 +03:00
standalone OATH functionality found on the NEO, YubiKey 4 and YubiKey 5 series.
2017-03-20 11:20:16 +03:00
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].
2017-03-15 15:21:52 +03:00
=== Installation
2019-09-18 12:09:42 +03:00
Downloads for all supported operating systems are available https://developers.yubico.com/yubioath-desktop/Releases/[here].
2017-03-15 15:21:52 +03:00
2019-09-18 12:09:42 +03:00
=== System Requirements
The following operating systems are considered supported. The application may still run on other platforms.
2017-03-15 15:21:52 +03:00
2019-09-18 12:09:42 +03:00
* Windows 7 or later
* macOS High Sierra 10.13 or later
* Ubuntu 16.04 LTS or later
2017-11-28 16:18:21 +03:00
On Linux systems, make sure the `pcscd` service is installed and running.
2018-07-02 11:25:05 +03:00
=== 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.