COMPARISON OF YUBIKEY VERSIONS

  BASIC
STANDARD & NANO
BASIC
EDGE & EDGE-N
PREMIUM
NEO & NEO-N
FIDO U2F SPECIAL
SECURITY KEY
PRICE – SINGLE QUANTITY $25 $30 $50 $18
 

Show Details

Show Details

Show Details

Show Details

Description Our most basic YubiKeys deliver a one-time password 
with a simple touch of a button.
No SMS-like passcodes to retype,
no client software or drivers.
YubiKey Edge supports one-time password and FIDO U2F,
for plug-n-play use with a broad range of applications.
Our premium YubiKeys support one-time password,
smart card, and FIDO U2F.
The YubiKey NEO offers both contact (USB)
and contactless (NFC, MIFARE) communications.
Designed to only support the emerging
authentication standard FIDO U2F.
Size
Form Factor & Dimensions USB KEY:
18mm x 45mm x 3mm, 3g
Mini USB KEY:
12mm x 13mm x 3mm, 1g
USB KEY:
18mm x 45mm x 3mm, 3g
Mini USB KEY:
12mm x 13mm x 3mm, 1g
USB KEY:
18mm x 45mm x 3mm, 3g
Mini USB KEY:
12mm x 13mm x 3mm, 1g
USB KEY:
18mm x 45mm x 3mm, 3g
Security Protocols/Specifications
SECURE STATIC PASSWORDS
YUBIKEY OTP
OATH – HOTP (EVENT)
OATH – TOTP (TIME)      
PIV-Compliant Smart Card
OpenPGP
FIDO U2F (Universal Second Factor)
Secure Element
Top Applications
Everywhere I type a standard password?
Google Accounts Compatible (U2F)
SalesForce.com Compatible (OTP)
LastPass
Communications Support
USB
NFC (Near Field Communication)  
Device Type
HID Keyboard
CCID Smart Card
FIDO U2F (Universal Second Factor) HID device
 

OATH-TOTP requires a helper app, YubiTOTP; NFC is included on the larger, keychain form factor of the YubiKey NEO, however NFC is NOT included on the smaller form factor, the YubiKey NEO-n.

Also see bundled products such as LastPass subscriptions with YubiKeys and Password Safe subscriptions with YubiKeys, and special products such as YubiKey VIP for Symantec and YubiHSM.

The YubiKey -- COMPARISON OF VERSIONS的更多相关文章

  1. [转]Mac OS X local privilege escalation (IOBluetoothFamily)

    Source: http://joystick.artificialstudios.org/2014/10/mac-os-x-local-privilege-escalation.html Nowad ...

  2. hadoop发行版本

    Azure HDInsight Azure HDInsight is Microsoft's distribution of Hadoop. The Azure HDInsight ecosystem ...

  3. HDU5099——Comparison of Android versions(简单题)(2014上海邀请赛重现)

    Comparison of Android versionsProblem DescriptionAs an Android developer, itˇs really not easy to fi ...

  4. Comparison of Android versions(strcmp的应用)

    Description As an Android developer, itˇs really not easy to figure out a newer version of two kerne ...

  5. 模拟 HDOJ 5099 Comparison of Android versions

    题目传送门 /* 题意:比较型号的大小 模拟:坑点在长度可能为5,此时设为'A' */ #include <cstdio> #include <algorithm> #incl ...

  6. HDOJ 5099 Comparison of Android versions 坑题

    现场赛的时候错了十四次. . ... Comparison of Android versions Time Limit: 2000/1000 MS (Java/Others)    Memory L ...

  7. 转 Comparison of Red Hat and Oracle Linux kernel versions and release strings

    Originally derived from Red Hat Enterprise Linux (RHEL), Oracle Linux (OL) contains minor difference ...

  8. The YubiKey NEO -- Smartcard features

    Smartcard features on the YubiKey NEO YubiKeys are a line of small and low-cost hardware security to ...

  9. Shape comparison language

      形状比较语言, 九交模型 In this topic About shape comparison language Dimensionality Extensions to the CBM SC ...

随机推荐

  1. Python基础:获取平台相关信息

    Windows 10家庭中文版,Python 3.6.4, 本文介绍了使用os.platform.sys三个模块获取Python程序的运行平台相关的信息. os模块:提供 各种各样的操作系统接口 os ...

  2. Python访问MySQL(1):初步使用PyMySQL包

    Windows 10家庭中文版,MySQL 5.7.20 for Win 64,Python 3.6.4,PyMySQL 0.8.1,2018-05-08 ---- 使用Python访问MySQL数据 ...

  3. **PHP SimpleXML 使用详细例子

    要处理XML 文件,有两种传统的处理思路:SAX 和DOM.SAX 基于事件触发机制, 对XML 文件进行一次扫描,完成要进行的处理:DOM 则将整个XML 文件构造为一棵DOM 树,通过对DOM 树 ...

  4. GUC-13 生产者和消费者案例-旧

    /* * 生产者和消费者案例 */ public class TestProductorAndConsumer { public static void main(String[] args) { C ...

  5. day7 反射

    反射是python开发中常用的功能,伴随开发的整个过程,因此要熟练掌握反射的用法. 反射常用的函数有四个:hasattr().getattr().setattr()和delattr()四个反射的函数. ...

  6. 【51nod】1251 Fox序列的数量

    题解 容斥题 我们枚举出现次数最多的数出现了K次 然后我们需要计算的序列是所有数字出现个数都不超过K - 1次 我们枚举不合法的数字的数目j,说明这个排列里除了我们固定出现K次的数至少有j个数是不合法 ...

  7. PyQt5调入数据库数据在表格中显示

    数据库为Postgresql import sys from form import Ui_Form from PyQt5.Qt import QWidget, QApplication,QTable ...

  8. flex布局防止被挤压 flex-shrink: 0

    lex布局非常好用,但在开发过程中可能会碰到的一些坑 1.内容超出容器大致情况是:在一个设置了display:flex布局的大容器A中并排放置两个子容器,并且子容器设置flex:1,子容器中都有一个元 ...

  9. ThinkPHP join() table()方法的使用,多表查询

    ThinkPHP模型类​比较常用的两个方法,table() join() table 1 $list = M()->table('user1 a, user2 b')->where('a. ...

  10. 理解 Python 中的元类

    本文编程环境:Jupyter NoteBook python3 类也是对象 在大多数编程语言中,类就是一组用来描述如何生成一个对象的代码段.在 Python 中这一点仍然成立: class Objec ...