A single YubiKey has multiple functions for protecting access to your email, your apps and your physical spaces. Use one or more Yubikey features, or use them all. The versatile YubiKey does not require software installation or a battery; just plug it into a USB port, and touch the button for secure and strong authentication. A Yubikey is something you have that provides security protection beyond something you know (like a username/password). Even if someone steals your username and password (which is happening in bunches lately) they can’t get into your account without your physical key.

Let’s take a look at the options a Yubikey provides:

YUBICO ONE-TIME PASSWORD (OTP)

The YubiKey generates an encrypted password that can only be used once. Hackers require physical access of your YubiKey to generate the OTP. This feature is available on every YubiKey except the U2F Security Key.

OATH – HOTP (EVENT)

The Yubikey generates a six or eight character one-time password (OTP) for logging into any service that supports OATH-HOTP, a strong open authentication standard. The action is event-based, meaning a new one-time password is generated for each event. The OATH-HOTP feature is available on every version of Yubikey except the U2F Security Key.

OATH – TOTP (TIME)

The Yubikey generates a six or eight character time-based one-time password (OTP) (in conjunction with a helper application) for logging into any service (such as Microsoft Cloud accounts, Google Apps, Dropbox, EverNote) that supports OATH-TOTP, a strong authentication standard. A new password is generated at a set time interval, typically every 30 seconds. The OATH-TOTP feature is available on every version of Yubikey except the U2F Security Key.

CHALLENGE AND RESPONSE (HMAC-SHA1, YUBICO OTP)

The Challenge-Response method is best suited for offline validations. Use for Windows, Mac, and Linux computer login. The CR feature is available on every version of Yubikey except the U2F Security Key.

PIV-COMPLIANT SMART CARD

Smart Cards contain a computer chip that brokers data exchanges. These same features are contained in the Yubikey NEO, based on the industry standard Personal Identity and Verification Card (PIV) interface over the CCID protocol, which supports PIV on a USB interface.

OPENPGP

In the physical world, documents and data are often validated with a signature. In the virtual world, OpenPGP is a standards-based public key cryptography for signing, encrypting, and decrypting texts, e-mails, files, etc. The Yubikey NEO can securely hold the PGP key.

FIDO U2F

An emerging standard from the FIDO Alliance for applying two-factor authentication to any number of web-based applications, such as Gmail. Works via the browser, Chrome today, Firefox under development) and does not require any drivers. Does not require any client software or drivers. Read more about FIDO U2F.  U2F is available on every version of Yubikey except the YubiKey Standard and YubiKey Nano.

STATIC PASSWORDS

A basic Yubikey feature that generates a 38-character static password compatible with any application log-in. It is most-often used with legacy systems that cannot be retrofitted to enable other 2nd factor authentication schemes, such as pre-boot login.  Static password is available on every version of Yubikey except the U2F Security Key.

View all YubiKeys on a chart showing which features they each support. Specific applications and step-by-step instructions are on our Applications page.

最新文章

  1. 使用Microsoft Roslyn提取C#和VB.NET源代码中的字符串常量
  2. 必备:常用px,pt,em换算表(转)
  3. 【BZOJ-3172】单词 AC自动机
  4. (六)6.11 Neurons Networks implements of self-taught learning
  5. Linux负载均衡概念与实践(二)
  6. linux 网络Socket实战
  7. php 7 正式发版
  8. tomcat管理员manager app无法进入解决方法
  9. 设计模式 -- 桥接模式(Bridge Pattern)
  10. HBase全分布安装配置
  11. Sublime Text 3 搭建 Golang 开发环境
  12. Node.js安装和配置
  13. win10 uwp DataContext
  14. 主机和VMware中的Linux如实现共享文件夹
  15. WebSphere--安全性
  16. 读 Spring实战 遇到的问题记录(一)
  17. [Swift]LeetCode868. 二进制间距 | Binary Gap
  18. you-get帮助使用手册
  19. 【代码笔记】iOS-performSelectorOnMainThread
  20. Maven学习第1期---Maven简单介绍

热门文章

  1. spark和hadoop比较
  2. 【鬼脸原创】谷歌扩展--知乎V2.0
  3. jmter提交图片
  4. 从源码层次分析asterisk如何产生呼叫
  5. 利用Requests库写爬虫
  6. Pg168-1
  7. MFC+WinPcap编写一个嗅探器之三(WinPcap)
  8. Rookey.Frame之菜单设置
  9. python错误:UnicodeDecodeError: 'utf8' codec can't decode byte 0xe6 in position 0: unexpected end of data
  10. String 与不可变对象