Google Authenticator

LastPass supports Google Authenticator, which is officially available as an app for Android, iPhone, iPod Touch, iPad and BlackBerry devices. Unofficial apps are also available for Windows Phone, webOSand Symbian.

After you’ve installed the Google Authenticator app on your mobile device, click here and log in with your LastPass account. The link will take you to the Google Authenticator tab in your LastPass account’s Settings window.

Launch the Google Authenticator app on your mobile device and use the scan function to scan the QR code displayed on your screen. If your device doesn’t have a camera or you’d rather type in a code manually, you can click the “Click here if you’re unable to scan the barcode” link and use the Manually Add Account function to type in the displayed code.

Your LastPass account will appear in the list after you add it.

Next, click the Google Authenticator Authentication drop-down box and set it to Enabled. You’ll be asked to enter the current code from your Google Authenticator app. After that, click Update and you’ll be secure.

The next time you log into your LastPass account from an untrusted device, you’ll be asked for your current code. Each code is temporary; the codes change every 30 seconds. LastPass allows you to disable the authentication via an email confirmation if you ever lose your mobile device.

Grid

Don’t have a mobile device or just don’t want to use one? Don’t worry, LastPass also offers a paper-based multi-factor authentication system known as “grid.”

To enable grid, access the LastPass website and log into your LastPass vault. Click the Settings link at the left side of your screen to access your account settings.

Access the Security tab and use the Print Your Grid link to view your grid.

Print this grid to a piece of paper; you’ll need it to log in. You may want to print multiple copies.

After you print the grid, activate the Enable Grid Multifactor Authentication check box and click Update.

The next time you log in from an untrusted device, you’ll be prompted to enter several values from your grid. No one without access to your grid will be able to log in. If you lose your grid, you can disable grid authentication via email confirmation.


If either form of authentication is compromised, you can use the “Reset Your Grid” or “Click here to regenerate your Google Authenticator key” link in your LastPass settings window.

LastPass also supports using a USB flash drive, fingerprint reader, smart card or YubiKey as an authentication device. Each requires a LastPass Premium subscription to use.

How to Make LastPass Even More Secure with Google Authenticator的更多相关文章

  1. Xcode7 beta 网络请求报错:The resource could not be loaded because the App Transport Security policy requires the use of a secure connection.

    Xcode7 beta 网络请求报错:The resource could not be loaded because the App Transport Xcode7 beta 网络请求报错:The ...

  2. The resource could not be loaded because the App Transport Security policy requires the use of a secure connection.问题解决

    didFailLoadWithError(): Error Domain=NSURLErrorDomain Code=-1022 "The resource could not be loa ...

  3. 6. SSH远程管理服务实战

    1. SSH基本概念? ssh是一个应用层安全协议 2.SSH主要的功能是? 实现远程登录, 数据传输过程中进行加密. 钉钉(澡堂模式) 远程登录: ssh telnet 3.SSH与Telnet之间 ...

  4. 浅谈android中的目录结构

    之前在android游戏开发中就遇到本地数据存储的问题:一般情形之下就将动态数据写入SD中存储,在没有SD卡的手机上就需另作处理了;再有在开发android应用的过程中,总要去调试APP,安装时又想去 ...

  5. GO语言的开源库

    Indexes and search engines These sites provide indexes and search engines for Go packages: godoc.org ...

  6. Node.js Web 开发框架大全《中间件篇》

    这篇文章与大家分享优秀的 Node.js 中间件模块.Node 是一个服务器端 JavaScript 解释器,它将改变服务器应该如何工作的概念.它的目标是帮助程序员构建高度可伸缩的应用程序,编写能够处 ...

  7. google关于ssh key的解释(转)转的google的wiki的

    SSH keys (简体中文)     SSH 密钥对可以让您方便的登录到 SSH 服务器,而无需输入密码.由于您无需发送您的密码到网络中,SSH 密钥对被认为是更加安全的方式.再加上使用密码短语 ( ...

  8. 谷歌验证 (Google Authenticator) 的实现原理是什么?

    著作权归作者所有.商业转载请联系作者获得授权,非商业转载请注明出处.作者:徐小花链接:http://www.zhihu.com/question/20462696/answer/18731073来源: ...

  9. The resource could not be loaded because the App Transport

    Xcode7 beta 网络请求报错:The resource could not be loaded because the App Transport Xcode7 beta 网络请求报错:The ...

随机推荐

  1. [wikioi]数字三角形

    http://wikioi.com/problem/1220/ 最基本经典的DP题目,唯一有点意思的是,自底向上计算会更简洁.另外对这种+方式累计的DP,可以直接把原来的存进去,然后再加,本质是不用在 ...

  2. Git超级菜鸟学习--> 社区化协作以及分支操作

    1 先将主库的url添加到本地上面, git remote add <RepoName> <URL> 2 获取主库的修改记录 git fetch --获取服务器上的修改 git ...

  3. Bluetooth LE(低功耗蓝牙) - 第一部分

    前言 在写这篇文章的时候,谷歌刚刚发布了Android Wear ,摩托罗拉也发布了 Moto 360 智能手表.Android Wear的API还是相当基本的,是很好的文档材料,而且还会不断的更新, ...

  4. Static Classes and Static Class Members

    Static Classes and Static Class Members A static class is basically the same as a non-static class, ...

  5. Monkey ‘mk_request_header_process’函数输入验证漏洞

    漏洞名称: Monkey ‘mk_request_header_process’函数输入验证漏洞 CNNVD编号: CNNVD-201308-003 发布时间: 2013-08-22 更新时间: 20 ...

  6. Idea学习笔记

    (1)安装,启动,配置: 1.安装完的插件如果不需要的插件可以不启动它:可以在setting里面配置plugins勾选不需要的插件:好处是加快idea的启动: 2.安装完成之后启根据系统32位,64位 ...

  7. VI 命令学习指南

    ctrl+b 屏幕向后(上)移动一屏 ctrl+f 屏幕向前(下)移动一屏 ctrl+u 屏幕向后(上)移动半屏 ctrl+d 屏幕向前(下)移动半屏

  8. 使用Redis作为消息队列服务场景应用案例

    一.消息队列场景简介 "消息"是在两台计算机间传送的数据单位.消息可以非常简单,例如只包含文本字符串:也可以更复杂,可能包含嵌入对象.消息被发送到队列中,"消息队列&qu ...

  9. Light OJ 1036 - A Refining Company

    题目大意: 一个m*n的矩阵,里面有两种矿物质铀和镭,现在要把铀和镭运送到指定位置.北边是炼镭厂,西边是了炼铀厂. 现在要建立传送带,传送带有两种,一种是从东到西,另一种是从南到北,传送带不能交叉,并 ...

  10. bzoj 2463 [中山市选2009]谁能赢呢?(博弈)

    2463: [中山市选2009]谁能赢呢? Time Limit: 10 Sec  Memory Limit: 128 MBSubmit: 1290  Solved: 944[Submit][Stat ...