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 ...
随机推荐
- Python的set集合详解
Python 还包含了一个数据类型 -- set (集合).集合是一个无序不重复元素的集.基本功能包括关系测试和消除重复元素.集合对象还支持 union(联合),intersection(交),dif ...
- shell中的特殊符号总结
在shell中常用的特殊符号罗列如下: # ; ;; . , / \\ 'string'| ! $ ${} $? $$ $* \"string\"* ** ...
- 使用html+css+js实现3D相册
使用html+css+js实现3D相册,快来上传的照片吧 效果图: 代码如下,复制即可用: <!DOCTYPE html> <html lang="en"> ...
- thinkphp5高亮当前页(仅针对个人项目记录,不做通用参考)
<div class="navbg"> <ul class="menu"> <li> <a href="/& ...
- 搜索入门之dfs--经典的迷宫问题解析
今天来谈一下dfs的入门,以前看到的dfs入门,那真的是入门吗,都是把dfs的实现步骤往那一贴,看完是知道dfs的步骤了,但是对于代码实现还是没有概念.今天准备写点自己的心得,真的是字面意思--入门. ...
- appium----【Mac】address already in user 127.0.0.1:4725,端口被占用的查找与kill进程
报错截图示例: 解决方法: Mac: lsof -i tcp:4723 #查看端口号 sudo kill -9 29443 #杀死进程 Windows: netstat -aon|fi ...
- mysql 闪回测试
由于前面出现过几个需求,或者误操作,或者测试,需要我把某张表恢复到操作之前的一个状态,前面在生产中有过几次经历,实在太痛苦了,下面是一张表被误删除了,我的步骤是: 1 用全备恢复整个库(恢复到其他环 ...
- BZOJ囤题计划
决定做一些题,学习jry,开坑(其实是填坑) 大概会刷的很慢,大家别鄙视我..欢迎鄙视 果然慢出翔了,还是填完吧.. 现在做了: 11 [2338][HNOI2011]数矩形 枚举对角线暴力水过,所有 ...
- 易普优APS签约本田汽车零部件八千代工业集团!
2018年7月,易普优APS与八千代工业株式会社汽车零部件供应商正式签约,易普优APS在汽车零部件与整车行业的针对性解决方案的又一次得到客户高度认可与青睐! 日本八千代工业株式会社成立于1953年,总 ...
- 备份恢复-----system表空间损坏
无法进行关库,报错如下 SQL> shutdown immediate ORA-01122: database file 1 failed verification checkORA-01110 ...





