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 ...
随机推荐
- 运行时改变控件的大小(点击后立刻ReleaseCapture,然后计算位移,最后发消息改变位置)——最有趣的是TPanel其实也有窗口标题,因此可发HTCAPTION消息
//光标在控件不同位置时的样式 // 由于拐角这点手动精确实在困难 所以用范围 范围+3 这样很容易就找到这一点了 procedure CtrlMouseMove(Ctrl: TWinControl; ...
- xml中1字节的UTF-8序列的字节1无效([字符编码]Invalid byte 1 of 1-byte UTF-8 sequence终极解决方案)
今天在eclipse中编写pom.xml文件时,注释中的中文被eclipse识别到错误:Invalid byte 1 of 1-byte UTF-8 sequence,曾多次遇到该问题,问题的根源是: ...
- 使用 Gradle 实现 TFS 构建自动化
发布于 2014-07-16 作者 陈 忠岳 感谢微软开放技术有限公司(简称"微软开放技术")发布的构建模板,我们现在便可以在 Team Foundation Server(TFS ...
- 装饰模式,制作一个蛋糕java
import java.text.DecimalFormat; //抽象组件组件 interface mkcake { public void cake(); } class Cake impleme ...
- App被拒绝的原因收录
转自:dApps开发者 » APP被苹果App Store拒绝的79个原因(未完待续) 1.程序有重大bug,程序不能启动,或者中途退出.2.绕过苹果的付费渠道,我们之前游戏里的用兑换码兑换金币.3. ...
- AQL Subset Compiler:手把手教你如何写一个完整的编译器
项目地址:https://github.com/laiy/Awesome-Complier. 转载请注明出处. 前言 这是学校里编译原理课程的大作业,此Project十分适合编译原理的学习,让基本不听 ...
- hdu 4620 搜索
好苦逼,为啥数组开小了,不会runtime error,还得我WA了几个小时,我泪流满面. 题目链接:http://acm.hdu.edu.cn/showproblem.php?pid=4620 #i ...
- 突破LVS瓶颈,LVS Cluster部署(OSPF + LVS) - lxcong的运维技术 - 开源中国社区
突破LVS瓶颈,LVS Cluster部署(OSPF + LVS) - lxcong的运维技术 - 开源中国社区 突破LVS瓶颈,LVS Cluster部署(OSPF + LVS)
- MediaInfo源代码分析 3:Open()函数
我们来看一下MediaInfo中的Open()函数的内部调用过程 首先open函数封装了MediaInfo_Internal类中的open()函数 //打开文件 size_t MediaInfo::O ...
- 002-python书写规范--消去提示波浪线
强迫症患者面对PyCharm的波浪线是很难受的,针对如下代码去除PyCharm中的波浪线: # _*_coding:utf-8_*_ # /usr/bin/env python3 A_user = & ...