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. spring boot 中使用redis session

    spring boot 默认的httpsession是存在内存中.这种默认方式有几个缺点:1.当分布式部署时,存在session不一致的问题:2.当服务重启时session就会丢失,这时候用户就需要重 ...

  2. SNMP相关命令

    SNMP的相关命令使用方法: snmpdelta 一直监视SNMP变量中的变化 linux:~ # snmpdelta -c public -v 1 -Cs -CT localhost IF-MIB: ...

  3. Service(一):认识service、绑定Service

    Activity是与用户打交道的,而Service是在后台运行的. 这个程序介绍了下如何启动和停止一个Service,以及在后台打印消息,我添加了一些注释. 在activity_main中将布局改为线 ...

  4. 回归模型效果评估系列2-MAE、MSE、RMSE、MAPE(MAPD)

      MAE.MSE.RMSE.MAPE(MAPD)这些都是常见的回归预测评估指标,重温下它们的定义和区别以及优缺点吧     MAE(Mean Absolute Error) 平均绝对误差      ...

  5. Linux基础 - tmux

    安装 yum install tmux 类似vim当中存在命令行模式以及编辑模式,从编辑模式进入命令行模式需要先按ESC键,在tmux当中进行操作也要先准备好"姿势"再操作,默认情 ...

  6. JMeter接口&性能测试

    JMeter接口测试 目前最新版本发展到5.0版本,需要Java7以上版本环境,下载解压目录后,进入\apache-jmeter-5.0\bin\,双击ApacheJMeter.jar文件启动JMem ...

  7. php中的单引号与双引号详解

    一.引号定义字符串 在Php中,通常一个字符串被定义在一对引号中,如: 'I am a string in single quotes'"I am a string in double qu ...

  8. Python *args **kw

    当函数的参数不确定时,可以使用*args 和**kwargs,*args 没有key值,**kwargs有key值. *args def fun_var_args(farg, *args): prin ...

  9. hiho 1227 找到一个恰好包含n个点的圆 (2015北京网赛 A题)

    平面上有m个点,要从这m个点当中找出n个点,使得包含这n个点的圆的半径(圆心为n个点当中的某一点且半径为整数)最小,同时保证圆周上没有点. n > m 时要输出-1 样例输入43 2 0 0 1 ...

  10. day6 subprocess模块、logging模块

        logging模块 很多程序都有记录日志的需求,并且日志中包含的信息即有正常的程序访问日志,还可能有错误.警告等信息输出,python的logging模块提供了标准的日志接口,你可以通过它存储 ...