The YubiKey -- COMPARISON OF VERSIONS
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 | |||
| 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的更多相关文章
- [转]Mac OS X local privilege escalation (IOBluetoothFamily)
Source: http://joystick.artificialstudios.org/2014/10/mac-os-x-local-privilege-escalation.html Nowad ...
- hadoop发行版本
Azure HDInsight Azure HDInsight is Microsoft's distribution of Hadoop. The Azure HDInsight ecosystem ...
- HDU5099——Comparison of Android versions(简单题)(2014上海邀请赛重现)
Comparison of Android versionsProblem DescriptionAs an Android developer, itˇs really not easy to fi ...
- Comparison of Android versions(strcmp的应用)
Description As an Android developer, itˇs really not easy to figure out a newer version of two kerne ...
- 模拟 HDOJ 5099 Comparison of Android versions
题目传送门 /* 题意:比较型号的大小 模拟:坑点在长度可能为5,此时设为'A' */ #include <cstdio> #include <algorithm> #incl ...
- HDOJ 5099 Comparison of Android versions 坑题
现场赛的时候错了十四次. . ... Comparison of Android versions Time Limit: 2000/1000 MS (Java/Others) Memory L ...
- 转 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 ...
- The YubiKey NEO -- Smartcard features
Smartcard features on the YubiKey NEO YubiKeys are a line of small and low-cost hardware security to ...
- Shape comparison language
形状比较语言, 九交模型 In this topic About shape comparison language Dimensionality Extensions to the CBM SC ...
随机推荐
- 如何学习React--[转]
如果你是一个 React (或者前端) 新手, 出于以下的原因, 你可能会对这个生态圈感到困惑: React 的目标群体历来是喜欢尝试新事物的开发者和前端专家. Facebook 只开源了他们在实际使 ...
- SQL Server 2000 系统存储过程
SQL Server 2000 系统存储过程 在 Microsoft? SQL Server? 中,许多管理和信息活动可以通过系统存储过程执行.系统存储过程按这些分类分组. 分类 描述 Active ...
- Alpine里的用户管理命令
注意噢,和普通的linux不一样的. 1, 建立一个指定GID的组: addgroup -g 10001 -S groupA 2, 建立一个指定UID的用户,指定shell, 让它属于指定的用户组. ...
- 【hihoCoder】#1513 : 小Hi的烦恼
题解 我会五维数点辣 只要用个bitset乱搞就好了 记录一下rk[i][j]表示第j科排名为i的是谁 用30000 * 5个大小为30000的bitset s[i][j]是一个bitset表示第j科 ...
- CentOS7安装和配置mongodb3.6
(1)安装mongodb 1.参考文档 https://docs.mongodb.com/manual/tutorial/install-mongodb-on-red-hat/ 2.创建yum源 #v ...
- TypeScript的数据类型总结
全局下载:npm i typescript -g 编译.ts文件:tsc 1.ts自动生成对应js文件 基本类型: 1.布尔,数字,字符串 ts文件 //布尔类型 var a:boolean=tru ...
- 【知了堂学习笔记】java 接口与抽象类
本次主角:抽象类 .接口. 对于皮皮潇这样一类的Java初学者来说,接口和抽象类如果不去花大量的精力与时间是很难弄清楚的,而我也是在最近这周的项目学习中感觉到了我对这两个概念不熟悉,所以导致对一些问题 ...
- Spring Boot使用Log4j Implemented Over SLF4J生成日志并在控制台打印
Spring Boot设置切面,执行方法的时候在控制台打印出来,并生成日志文件 引入依赖: <!--日志--> <dependency> <groupId>org. ...
- -bash: sdk: command not found
Mac上安装过sdkman 但是由于某种原因使环境变量丢失久会出现使用sdk命令时 出现-bash: sdk: command not found提示 从新按照教程安装又提示电脑上sdkman已经安装 ...
- 绝对良心的 Java 中发邮件功能
开篇语,是不是感觉这个功能都老掉牙了,网上一大推的文章,随便找个代码就是了,为什么我还要选择专门写一篇呢,因为我遇到了不一样的坑…… 首先,不免俗套的把代码都贴上来,拿去执行吧,记住换上你的账号和授权 ...





