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. PV操作2011

  2. C#实现控制Windows系统关机、重启和注销的方法

    shutdown命令的参数: shutdown.exe -s:关机shutdown.exe -r:关机并重启shutdown.exe -l:注销当前用户 shutdown.exe -s -t 时间:设 ...

  3. TObject、TPersisent 、TComponent、TControl、TGraphicControl、TWinControl 关系图

    VCL的类图结构               TObject                 |               TPersisent                 |         ...

  4. Java - 利用StringEscapeUtils对字符串进行各种转义与反转义

    来自:http://blog.csdn.net/chenleixing/article/details/43456987 --------------------------------------- ...

  5. python包安装-centos7/windows

    1.修改pip源 临时使用: 可以在使用pip的时候在后面加上-i参数,指定pip源 eg: pip install scrapy -i https://pypi.tuna.tsinghua.edu. ...

  6. Java深度复制List内容。

    最近在工作的时候,有一个小需求,需要复制List的内容,然后会改变其中的数据,但是试了几种复制的方法,都是将原有的数据和复制后的数据都改变了,都没有达到我想要的效果. 其中涉及到了 "浅复制 ...

  7. Redis(一)Redis简述

    一 Redis 概念 Redis是一个开源的使用ANSI C语言编写.支持网络.可基于内存亦可持久化的日志型.Key-Value数据库,和Memcached类似,它支持存储的value类型相对更多,包 ...

  8. Linux学习笔记——基于鸟哥的Linux私房菜

    Linux学习笔记--基于鸟哥的Linux私房菜 ***** ARM与嵌入式linux的入门建议 (1) 学习基本的裸机编程:ARM7或ARM9,理解硬件架构和控制原理 (这一步是绝对的根基) (2) ...

  9. USACO 5.3 Network of Schools

    Network of SchoolsIOI '96 Day 1 Problem 3 A number of schools are connected to a computer network. A ...

  10. 【Java】 用PriorityQueue实现最大最小堆

    PriorityQueue(优先队列),一个基于优先级堆的无界优先级队列. 实际上是一个堆(不指定Comparator时默认为最小堆),通过传入自定义的Comparator函数可以实现大顶堆. Pri ...