Yubico Authenticator for Desktop (Windows, macOS and Linux) and Android
Go to file
2023-12-14 17:21:46 +01:00
.github Merge branch 'main' into adamve/update_android_string_res 2023-12-12 16:11:49 +01:00
android Merge branch 'main' into adamve/update_android_string_res 2023-12-12 16:11:49 +01:00
assets Update product images. 2023-01-19 13:22:31 +01:00
doc removing old documentation 2023-12-04 15:07:27 +01:00
helper fix python formatting 2023-12-14 16:49:36 +01:00
integration_test First OTP test case. 2023-12-14 14:43:49 +01:00
lib Add AppInputDecoration to AppTextFormField. 2023-12-14 17:21:46 +01:00
lint add custom lint 2023-11-27 10:51:36 +01:00
linux Additional security flags for Linux builds 2023-07-17 14:12:20 +02:00
macos bump cocoapods to latest 1.14.3 2023-12-06 14:09:29 +01:00
resources Bump version to 6.4.0-dev.0 2023-12-12 09:46:25 +01:00
test refactor widget tests 2023-10-20 11:38:36 +02:00
windows update windows CMakeLists 2023-11-23 16:56:46 +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
.pre-commit-config.yaml update android string res from arb files 2023-12-04 16:23:53 +01:00
analysis_options.yaml Don't analyze intermediate manifests, only the merged one. 2023-11-28 14:11:43 +01:00
arb_reformatter.py Re-format arb files on commit. 2023-11-30 15:15:59 +01:00
build-helper.bat Fail the build if build-helper fails. 2022-11-18 10:12:14 +01:00
build-helper.sh Build universal2 if Python running is universal. 2023-09-18 17:16:52 +02:00
build.yaml Add start of navigation structure. 2021-11-22 14:00:23 +01:00
check_strings.py Re-format arb files on commit. 2023-11-30 15:15:59 +01:00
create-dmg.sh macOS release fixes 2022-11-10 11:48:39 +01:00
dart_test.yaml add test tags 2023-11-28 16:51:44 +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 Bump version to 6.4.0-dev.0 2023-12-12 09:46:25 +01:00
pubspec.lock Merge pull request #1282 from Yubico/adamve/test/harvest_boilerplate_integrationtests 2023-12-04 15:45:28 +01:00
pubspec.yaml Bump version to 6.4.0-dev.0 2023-12-12 09:46:25 +01:00
README.adoc fix Supported platforms 2022-11-15 11:33:24 +01:00
run-mypy.sh Add hook for running mypy from poetry. 2023-11-30 14:32:53 +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
testrunner.sh Cleaning up some documentation. 2023-11-29 17:43:52 +01:00
update_android_strings.py don't use deprecated cElementTree 2023-12-05 08:46:51 +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].