Merge commit 'refs/merge-requests/229' of https://gitorious.org/f-droid/fdroiddata into merge-requests/229
This commit is contained in:
commit
962c76931d
|
@ -5,7 +5,7 @@ Source Code:https://github.com/Yubico/yubiclip-android
|
||||||
Issue Tracker:https://github.com/Yubico/yubiclip-android/issues
|
Issue Tracker:https://github.com/Yubico/yubiclip-android/issues
|
||||||
|
|
||||||
Auto Name:YubiClip
|
Auto Name:YubiClip
|
||||||
Summary:YubiKey NREO OTP from NFC to clipboard
|
Summary:Copy YubiKey NEO OTP from NFC to clipboard
|
||||||
Description:
|
Description:
|
||||||
Read a One-Time Password (OTP) from a YubiKey NEO over NFC, and
|
Read a One-Time Password (OTP) from a YubiKey NEO over NFC, and
|
||||||
copy it to the system clipboard.
|
copy it to the system clipboard.
|
||||||
|
|
|
@ -5,15 +5,20 @@ Source Code:https://github.com/Yubico/yubioath-android
|
||||||
Issue Tracker:https://github.com/Yubico/yubioath-android/issues
|
Issue Tracker:https://github.com/Yubico/yubioath-android/issues
|
||||||
|
|
||||||
Auto Name:YubiOATH
|
Auto Name:YubiOATH
|
||||||
Summary:YubiKey NEO over NFC authorization
|
Summary:Generate OATH codes with YubiKey NEO over NFC
|
||||||
Description:
|
Description:
|
||||||
Generate One-Time Passwords (OTPs) using a YubiKey NEO hardware,
|
Generate One-Time Passwords (OTPs) using a YubiKey NEO hardware,
|
||||||
connected using NFC. It generates codes that are compatible with
|
connected using NFC. It generates codes that are compatible with
|
||||||
Google two-step verification, and can be used with any other site
|
Google two-step verification, and can be used with any other site
|
||||||
that supports OATH OATH. This app requires that the YubiKey NEO
|
that supports OATH HOTP/TOTP.
|
||||||
has the OATH applet installed. This app provides more features
|
|
||||||
than the YubiTOTP app which does not require any OATH applet on
|
There are two apps for YubiKey NEO and OATH: YubiTOTP and YubiOATH.
|
||||||
the YubiKey NEO.
|
They work differently, and both are supported, but to get the most
|
||||||
|
features and best user experience we recommend use of YubiOATH. The
|
||||||
|
YubiTOTP app works with all YubiKey NEOs, however it is more limited
|
||||||
|
than the YubiOATH app. The YubiOATH app requires that the (free
|
||||||
|
software) ykneo-oath applet has been loaded on to the YubiKey NEO.
|
||||||
|
The YubiTOTP app is still maintained for backwards compatibility.
|
||||||
.
|
.
|
||||||
|
|
||||||
Repo Type:git
|
Repo Type:git
|
||||||
|
|
|
@ -5,12 +5,20 @@ Source Code:https://github.com/Yubico/yubitotp-android
|
||||||
Issue Tracker:https://github.com/Yubico/yubitotp-android/issues
|
Issue Tracker:https://github.com/Yubico/yubitotp-android/issues
|
||||||
|
|
||||||
Auto Name:YubiTOTP
|
Auto Name:YubiTOTP
|
||||||
Summary:One-Time Passwords from key fobs
|
Summary:Generate OATH codes with YubiKey NEO over NFC
|
||||||
Description:
|
Description:
|
||||||
Generate One-Time Passwords (OTPs) using a YubiKey NEO hardware,
|
Generate One-Time Passwords (OTPs) using a YubiKey NEO hardware,
|
||||||
connected using NFC. It generates codes that are compatible with
|
connected using NFC. It generates codes that are compatible with
|
||||||
Google two-step verification, and can be used with any other site
|
Google two-step verification, and can be used with any other site
|
||||||
that supports OATH TOTP.
|
that supports OATH TOTP.
|
||||||
|
|
||||||
|
There are two apps for YubiKey NEO and OATH: YubiTOTP and YubiOATH.
|
||||||
|
They work differently, and both are supported, but to get the most
|
||||||
|
features and best user experience we recommend use of YubiOATH. The
|
||||||
|
YubiTOTP app works with all YubiKey NEOs, however it is more limited
|
||||||
|
than the YubiOATH app. The YubiOATH app requires that the (free
|
||||||
|
software) ykneo-oath applet has been loaded on to the YubiKey NEO.
|
||||||
|
The YubiTOTP app is still maintained for backwards compatibility.
|
||||||
.
|
.
|
||||||
|
|
||||||
Repo Type:git
|
Repo Type:git
|
||||||
|
|
Loading…
Reference in a new issue