Yubico Authenticator for Desktop (Windows, macOS and Linux) and Android
Go to file
2023-03-02 11:14:03 +01:00
.github Update to Flutter 3.7.5 and latest dependencies. 2023-02-27 15:25:49 +01:00
android Merge branch 'release/6.1.1' into merge/release/6.1.1 2023-02-13 15:51:21 +01:00
assets Update product images. 2023-01-19 13:22:31 +01:00
doc Update custom icons doc and link. 2023-02-28 15:07:37 +01:00
helper Update python dependencies. 2023-02-15 09:31:22 +01:00
integration_test Fix opening OATH dialog in tests. 2023-02-27 11:14:25 +01:00
lib Add settings for community translations. 2023-03-02 09:34:52 +01:00
linux Add new dependencies for systray. 2023-02-24 13:59:09 +01:00
macos Merge branch 'main' into feature/issuer_icons 2023-02-28 13:39:05 +01:00
resources Add systray icons. 2023-02-24 13:56:07 +01:00
test Restructure external strings. 2023-03-01 08:36:57 +01:00
windows Allow hiding the window. 2023-02-24 14:10:39 +01:00
.flake8 Update ykman-rpc and fix set_mode. 2022-05-06 15:40:51 +02:00
.gitignore Create report of untranslated strings. 2023-03-02 11:14:03 +01:00
.gitmodules Update ykman and replace submodule with pyproject config. 2022-02-21 10:47:33 +01:00
.metadata Re-generate Windows files. 2023-01-26 15:02:10 +01:00
analysis_options.yaml Enable use_super_parameters lint rule. 2022-05-12 12:05:18 +02:00
build-helper.bat Fail the build if build-helper fails. 2022-11-18 10:12:14 +01:00
build-helper.sh manually add zxingcpp license information 2022-10-25 16:08:52 +02:00
build.yaml Add start of navigation structure. 2021-11-22 14:00:23 +01:00
create-dmg.sh macOS release fixes 2022-11-10 11:48:39 +01:00
l10n.yaml Create report of untranslated strings. 2023-03-02 11:14:03 +01:00
LICENSE add Apache 2.0 license 2022-10-04 13:15:09 +02:00
NEWS update NEWS 2023-02-13 15:15:17 +01:00
pubspec.lock revert path_provider_windows merge downgrade 2023-02-28 13:48:43 +01:00
pubspec.yaml Merge branch 'main' into feature/issuer_icons 2023-02-28 13:39:05 +01:00
README.adoc fix Supported platforms 2022-11-15 11:33:24 +01:00
set-version.py Add MSI version number to set-version.py 2023-01-25 10:18:33 +01:00
splash.png Add image to README. 2022-11-11 13:43:59 +01:00

== Yubico Authenticator for Desktop and Android

image:splash.png[]

Store your unique credential on a hardware-backed security key and take it
wherever you go from mobile to desktop. No more storing sensitive secrets on
your mobile phone, leaving your account vulnerable to takeovers. With the
Yubico Authenticator you can raise the bar for security.

* The Yubico Authenticator will work with any USB or NFC-enabled YubiKeys

The Yubico Authenticator securely generates a code used to verify your identity
as you are logging into various services. No connectivity needed!

=== Features include
* Secure - Hardware-backed strong two-factor authentication with secret stored
  on the YubiKey, not on your phone or computer
* Portable - Get the same set of codes across our other Yubico Authenticator
  apps for desktops as well as for all leading mobile platforms
* Flexible - Support for time-based and counter-based code generation
* USB or NFC usage - Insert the YubiKey into the USB port, or use the YubiKey
  with NFC with a mobile phone that is NFC-enabled or a desktop NFC reader to
  store your credential on the YubiKey
* Easy Setup - QR codes available from the services you wish to protect with
  strong authentication
* User Presence - Require a touch on the YubiKey sensor to generate new codes
  for sensitive accounts
* Compatible - Secure all the services currently compatible with other
  Authenticator apps
* Versatile - Support for multiple work and personal accounts

Experience security the modern way with the Yubico Authenticator.
Visit https://yubico.com to learn more.

NOTE: Yubico Authenticator 6 uses a new codebase built using the Flutter
framework. The previous Qt codebase can be found in the `legacy` branch.

=== Supported platforms

*Supported* - these are platforms we build and test on and commit to supporting.

*Best-effort* - the app is expected to work, but development is supported through community testing and full functionality cannot be guaranteed.

|===
||Supported|Best-effort

|Windows
|Windows 10 & above, 64-bit
|Windows 8.1, 64-bit

|macOS
|macOS 11 (Big Sur) & above
|macOS 10.15 (Catalina)

|Linux
|Ubuntu 22.04 & above
|Ubuntu 18.04 (or equivalent)

|Android
|Android 11 & above
|Android 5 (Lollipop)
|===

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

=== Installation
Downloads for all supported operating systems are available
https://www.yubico.com/products/yubico-authenticator/[here].

=== Command line interface
Looking for a command line option? Try our
https://github.com/Yubico/yubikey-manager/[YubiKey Manager CLI] tool.

=== iOS
The iOS version of this app is available
https://github.com/Yubico/yubioath-ios[here].

=== Build instructions (for developers)
Instructions on building and packaging the app is available
link:doc/Development.adoc[here].