How to Make LastPass Even More Secure with Google Authenticator
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的更多相关文章
- 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 ...
- 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 ...
- 6. SSH远程管理服务实战
1. SSH基本概念? ssh是一个应用层安全协议 2.SSH主要的功能是? 实现远程登录, 数据传输过程中进行加密. 钉钉(澡堂模式) 远程登录: ssh telnet 3.SSH与Telnet之间 ...
- 浅谈android中的目录结构
之前在android游戏开发中就遇到本地数据存储的问题:一般情形之下就将动态数据写入SD中存储,在没有SD卡的手机上就需另作处理了;再有在开发android应用的过程中,总要去调试APP,安装时又想去 ...
- GO语言的开源库
Indexes and search engines These sites provide indexes and search engines for Go packages: godoc.org ...
- Node.js Web 开发框架大全《中间件篇》
这篇文章与大家分享优秀的 Node.js 中间件模块.Node 是一个服务器端 JavaScript 解释器,它将改变服务器应该如何工作的概念.它的目标是帮助程序员构建高度可伸缩的应用程序,编写能够处 ...
- google关于ssh key的解释(转)转的google的wiki的
SSH keys (简体中文) SSH 密钥对可以让您方便的登录到 SSH 服务器,而无需输入密码.由于您无需发送您的密码到网络中,SSH 密钥对被认为是更加安全的方式.再加上使用密码短语 ( ...
- 谷歌验证 (Google Authenticator) 的实现原理是什么?
著作权归作者所有.商业转载请联系作者获得授权,非商业转载请注明出处.作者:徐小花链接:http://www.zhihu.com/question/20462696/answer/18731073来源: ...
- 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 ...
随机推荐
- Linux系统Wpa_supplicant用法小结
Wpa_supplicant是linux系统下一个非常强大的无线网卡管理程序.google搜索到的它似乎不支持WPA2和AES,其实不然,参考它的文档可以发现,WPA2只是RSN的别名,而AES也是C ...
- 杂项(最小表示法):HZOI 2015 Glass Beads
[题目描述] 给定长度为n(n<=300000)的循环同构的字符串,定义最小表示为该字符串的字典序最小的同构表示,请输出这个表示. [输入格式] 第一行是串的长度,第二行是字符串. [输出格式] ...
- 【转】265行JavaScript代码的第一人称3D H5游戏Demo
译文:http://blog.jobbole.com/70956/ 原文:http://www.playfuljs.com/a-first-person-engine-in-265-lines/ 这是 ...
- Oracle 插入超4000字节的CLOB字段的处理方法
最近在做系统开发的时候需要想Oracle数据库插入超过4000字节的CLOB字段,在网上查询了N久才发现下面的解决方案,故留存以备后查. 我们可以通过创建单独的OracleCommand来进行指定的插 ...
- UVa816 Abbott's Revenge
Abbott's Revenge Time limit: 3.000 seconds Abbott’s Revenge Abbott’s Revenge The 1999 World FinalsC ...
- SWMM[Storm Water Management Model]模型代码编译调试环境设置
1. 下载计算引擎源代码后解压, 目前最新版本5-0-022. 其中包含源文件和工程文件,选择vc2005_con.在源代码目录下创建VC2005_CON目录拷贝VC2005-CON.VCPROJ 放 ...
- STL之map、multimap
map是标准的关联式容器,一个map是一个键值对序列,即(key,value)对.它提供基于key的快速检索能力. map中key值是唯一的.集合中的元素按一定的顺序排列.元素的插入过程是按照排序规则 ...
- poj 3465 Corn Fields 状态压缩
题目链接:http://poj.org/problem?id=3254 #include <cstdio> #include <cstring> #include <io ...
- Intersection - POJ 1410(线段与矩形是否相交)
题目大意:给一个线段和一个矩形,判断线段是否和矩形有公共点. 分析:用矩形的四个边当线段判断与所给的线段是否有交点,需要注意的是给的矩形是不标准的,需要自己转换,还需要注意线段有可能在矩形内部. ...
- c\c++复习基础要点16----枚举类型
枚举类型: 语法格式: enum 枚举类型名 {变量值列表}; 例如: enum Weekday{sun, mon, tue, wed, thu, fri, set}; 声明了枚举类型后,就可以定义 ...