Yubico Authenticator for Desktop (Windows, macOS and Linux) and Android
Go to file
Emil Lundberg 371dbafb7a
Add directory prefix to linux tar.gz build
Archives are a bit nicer to work with if they unpack into a single
directory instead of putting all the contents separately in the
current working directory. A common convention is for an archive like
`archive-version-os.tar.gz` to unpack into a directory of the same
name: `archive-version-os/`.
2022-11-14 13:19:24 +01:00
.github Add directory prefix to linux tar.gz build 2022-11-14 13:19:24 +01:00
android relax Portrait requirement 2022-11-08 17:41:53 +01:00
assets Use correct green for no-key 2022-11-09 11:19:54 +01:00
doc Merge PR #295 2022-11-14 10:47:41 +01:00
helper Merge PR #289. 2022-11-11 15:30:39 +01:00
integration_test move integration test readme to doc directory 2022-11-10 13:10:12 +01:00
lib bump dev version to 6.0.1-dev.1 2022-11-09 13:43:46 +01:00
linux review fixes 2022-10-07 10:18:32 +02:00
macos Set MacOS app category. 2022-11-09 12:13:44 +01:00
resources windows release fixes part 2 2022-11-11 14:22:41 +01:00
test license notice update in source files 2022-10-04 12:12:54 +02:00
windows Migrate to Flutter 3.3.2 2022-09-23 10:42:29 +02:00
.flake8 Update ykman-rpc and fix set_mode. 2022-05-06 15:40:51 +02:00
.gitignore Remove executable permission from files. 2021-11-19 09:19:16 +01:00
.gitmodules Update ykman and replace submodule with pyproject config. 2022-02-21 10:47:33 +01:00
.metadata Update Flutter dependencies and use new versioning for Runner.rc. 2022-08-31 09:13:35 +02:00
analysis_options.yaml Enable use_super_parameters lint rule. 2022-05-12 12:05:18 +02:00
build-helper.bat manually add zxingcpp license information 2022-10-25 16:08:52 +02: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 Localization: first steps 2022-07-27 12:00:31 +02:00
LICENSE add Apache 2.0 license 2022-10-04 13:15:09 +02:00
NEWS Add NEWS. 2022-11-10 17:00:17 +01:00
pubspec.lock bump deps 2022-11-01 17:07:28 +01:00
pubspec.yaml bump dev version to 6.0.1-dev.1 2022-11-09 13:43:46 +01:00
README.adoc Add image to README. 2022-11-11 13:43:59 +01:00
set-version.py windows release fixes part 2 2022-11-11 14:22:41 +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.

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

* Windows 8.1 or later
* macOS High Sierra 10.13 or later
* Ubuntu 18.04 LTS or later
* Android 5.0 Lollipop or later

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].