Update README

This commit is contained in:
Dain Nilsson 2024-04-11 11:28:35 +02:00
parent 2e7dfc54bf
commit c17cf2f77a
No known key found for this signature in database
GPG Key ID: F04367096FBA95E8
2 changed files with 17 additions and 28 deletions

View File

@ -2,39 +2,28 @@
image:splash.png[] image:splash.png[]
Store your unique credential on a hardware-backed security key and take it Manage your YubiKey and access one-time passwords with this full-featured
wherever you go from mobile to desktop. No more storing sensitive secrets on companion app to the YubiKey.
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 === Features include
* Secure - Hardware-backed strong two-factor authentication with secret stored * Display information about your YubiKey such as serial number, firmware version,
on the YubiKey, not on your phone or computer and supported capabilities
* Portable - Get the same set of codes across our other Yubico Authenticator * Manage and access OATH one-time passwords stored securely on your YubiKey
apps for desktops as well as for all leading mobile platforms * Configure PIN, fingerprints, and manage passkeys for WebAuthn/FIDO
* Flexible - Support for time-based and counter-based code generation * Configure PIN/PUK/Management key, and manage private keys and certificates for PIV
* USB or NFC usage - Insert the YubiKey into the USB port, or use the YubiKey * Provision Yubico OTP, static passwords, and other YubiKey slot-based credentials
with NFC with a mobile phone that is NFC-enabled or a desktop NFC reader to * Configure enabled features, and factory reset YubiKey data
store your credential on the YubiKey * Compatible with any USB or NFC-enabled YubiKey
* Easy Setup - QR codes available from the services you wish to protect with
strong authentication Store your unique credential on a hardware-backed security key and take it
* User Presence - Require a touch on the YubiKey sensor to generate new codes wherever you go from mobile to desktop. No more storing sensitive secrets on
for sensitive accounts your mobile phone, leaving your accounts vulnerable to takeovers. With the
* Compatible - Secure all the services currently compatible with other YubiKey and Yubico Authenticator you can raise the bar for security. No
Authenticator apps connectivity needed!
* Versatile - Support for multiple work and personal accounts
Experience security the modern way with the Yubico Authenticator. Experience security the modern way with the Yubico Authenticator.
Visit https://yubico.com to learn more. 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 platforms
*Supported* - these are platforms we build and test on and commit to supporting. *Supported* - these are platforms we build and test on and commit to supporting.

View File

@ -2,7 +2,7 @@
This document describes how to build and package Yubico Authenticator from This document describes how to build and package Yubico Authenticator from
source. source.
NOTE: Yubico Authenticator 6 uses a new codebase built using the Flutter NOTE: Yubico Authenticator 6+ uses a new codebase built using the Flutter
framework. The previous Qt codebase can be found in the `legacy` branch. framework. The previous Qt codebase can be found in the `legacy` branch.
=== Requirements === Requirements