如何将您的Google Authenticator凭证移至新的Android手机或平板电脑

image

Most of the app data on your Android is probably synced online will automatically sync to a new phone or tablet. However, your Google Authenticator credentials won’t — they aren’t synchronized for obvious security reasons.

Android上的大多数应用程序数据可能已在线同步,将自动同步到新手机或平板电脑。 但是,您的Google Authenticator凭据不会-出于明显的安全原因,它们不会同步。

If you’re doing a factory reset, getting a new phone, or just want to copy your credentials to second device, these steps will help you move your authenticator data over so you won’t lose your access codes.

如果您要恢复出厂设置,购买新手机,或者只想将凭据复制到第二台设备,这些步骤将帮助您转移身份验证器数据,从而不会丢失访问密码。

移至其他手机 (Move to a Different Phone)

Google now allows you to move your credentials to a different phone. Access the 2-step verification page, click the Move to a different phone link, and scan the QR code or enter your credentials into a new phone. Your old authentication app will stop working.

Google现在允许您将凭据转移到其他手机上。 进入两步验证页面,单击“移至其他手机”链接,然后扫描QR码或将您的凭据输入新手机。 您的旧身份验证应用将停止运行。

image

Other services that use Google Authenticator may not offer this feature, so you may need to disable and re-enable your account or extract your codes instead. One of the processes below will also allow you to enable Google Authenticator on multiple devices – such as your phone and your tablet – although Google claims not to support this.

使用Google Authenticator的其他服务可能不提供此功能,因此您可能需要禁用并重新启用您的帐户或提取代码。 尽管Google声称不支持此功能,但是以下过程之一还允许您在多种设备(例如手机和平板电脑)上启用Google Authenticator。

禁用和重新启用两步身份验证 (Disable & Re-enable Two-Step Authentication)

If you’re performing a factory reset and don’t want to rely on your printed security codes or SMS verification, you may want to disable two-step authentication ahead of time. To do so, click the Remove link on the 2-step verification page. This temporarily disables two-factor authentication.

如果您要恢复出厂设置,并且不想依靠打印的安全代码或SMS验证,则可能需要提前禁用两步身份验证。 为此,请点击两步验证页面上的删除链接。 这将暂时禁用两因素身份验证。

image

Perform the factory reset and then add an authentication app again from this page. When you reach the stage where you’re given a QR code and a code you can manually type, re-enter it into your phone. If you want to enable Google Authenticator on multiple devices, enter the code into multiple devices before closing this window.

执行出厂重置,然后从此页面再次添加身份验证应用程序。 当您到达获得QR码和可以手动键入的代码的阶段时,请将其重新输入到手机中。 如果要在多台设备上启用Google Authenticator,请在关闭此窗口之前将代码输入到多台设备中。

While you could write down the code displayed here and keep it in a safe place, that isn’t necessarily a good idea – anyone who found it would be able to enter it into their own phone and see your time-based authentication codes.

尽管您可以记下此处显示的代码并将其保存在安全的地方,但这不一定是个好主意-找到它的任何人都可以将其输入到自己的手机中,并查看您基于时间的身份验证代码。

image

备份和还原您的Google Authenticator数据[仅root] (Back Up & Restore Your Google Authenticator Data [Root Only])

If your Android is rooted, you can use Titanium Backup, which we’ve written about before, to take a backup of your Google Authenticator app data. For security reasons, it’s not normally possible for another app to read this data – that’s why root access is required.

如果您的Android是扎根的,则可以使用我们之前写过的Titanium Backup来备份您的Google Authenticator应用程序数据。 出于安全原因,其他应用通常无法读取此数据-这就是为什么需要root访问权限的原因。

Locate Authenticator under the Backup/Restore tab and use the backup option to back up its data. Copy the backup data from the TitaniumBackup folder on your device to your computer. You can then copy it to your new device and restore it later.

在“备份/还原”选项卡下找到身份验证器,然后使用“备份”选项备份其数据。 将备份数据从设备上的TitaniumBackup文件夹复制到计算机。 然后,您可以将其复制到新设备上,然后再还原。

image

Note that this may not work with devices running different versions of the Android operating system, but it’s perfect for restoring after a factory reset.

请注意,这可能不适用于运行不同版本的Android操作系统的设备,但是非常适合在恢复出厂设置后进行还原。

手动提取您的凭据[仅root] (Manually Extract Your Credentials [Root Only])

If you have root access to your device, you can actually extract the credentials manually, although it’s more work than just using Titanium Backup.

如果您具有设备的超级用户访问权限,则实际上可以手动提取凭据,尽管这不仅比使用Titanium Backup还要复杂。

adb will need root access for you to do this – if you’re using a custom ROM, you may already have an adb with root access. If you’re using a stock ROM, you’ll need something like adbd Insecure to do this. You can download adb Insecure from Google Play or for free on the XDA Developers forums. Use the app to put adbd in insecure mode.

若要执行此操作,adb将需要root用户访问权限–如果您使用的是自定义ROM,则可能已经具有具有root用户访问权限的adb。 如果使用的是ROM,则需要使用adbd Insecure之类的工具。 您可以从Google Play下载adb​​ Insecure或在XDA Developers论坛上免费下载。 使用该应用将adbd置于不安全模式。

Note: If you have root access, you can also grab the databases file from /data/data/com.google.android.apps.authenticator2/databases/databases using a root file explorer and copy it to your computer

注意:如果您具有root用户访问权限,则还可以使用根文件资源管理器从/data/data/com.google.android.apps.authenticator2/databases/databases中获取数据库文件,并将其复制到计算机上

image

Once adb is in insecure mode, you can connect your Android device to your computer and use the adb command (setup instructions here) to grab the Google Authenticator databases file and copy it to your computer:

一旦adb处于不安全模式,您就可以将Android设备连接到计算机,并使用adb命令(此处的设置说明)来获取Google Authenticator数据库文件并将其复制到您的计算机上:

adb pull /data/data/com.google.android.apps.authenticator2/databases/databases

adb pull /data/data/com.google.android.apps.authenticator2/databases/databases

You can then use an sqlite editor to open the file and view its contents. If you’re using the command-line sqlite3 program, use the following commands:

然后,您可以使用sqlite编辑器打开文件并查看其内容。 如果使用命令行sqlite3程序,请使用以下命令:

sqlite3 ./databases

sqlite3 ./数据库

select * from accounts;

从帐户中选择*;

You’ll see your Google Authenticator keys, which you can now re-add to another device.

您会看到自己的Google Authenticator密钥,现在可以将其重新添加到另一台设备。

image


Luckily, Google no longer resets your application-specific passwords – even if you disable and re-enable Google Authenticator, your application-specific passwords will remain valid.

幸运的是,Google不再重置您的应用程序专用密码-即使您禁用并重新启用Google Authenticator,您的应用程序专用密码仍将保持有效。

Thanks to Dan over at cadince for inspiring much of this post!

多亏了cadince的Dan给予了我很多启发!

翻译自: https://www.howtogeek.com/130755/how-to-move-your-google-authenticator-credentials-to-a-new-android-phone-or-tablet/

本文来自互联网用户投稿,该文观点仅代表作者本人,不代表本站立场。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如若转载,请注明出处:http://www.mzph.cn/news/280910.shtml

如若内容造成侵权/违法违规/事实不符,请联系多彩编程网进行投诉反馈email:809451989@qq.com,一经查实,立即删除!

相关文章

关于经纬度的两个计算[Teaksxgluxv]

一、子午线周长(公里) 40008.548 赤道周长(公里) 40075.704 纬度40008.548 / 360(度) 111.135 公里/度40008.548 / (360*60)(分) 1.85 公里/分40008.548 / (360*60*60)(秒) 30.87 米/秒 经度首先算相应经度位置的纬度圈长度40075.704 * cos(经度)然后方法相同,除…

转载通过 Docker 实现传统应用程序的现代化

长期以来,IT 组织将其预算的 80% 用于简单地维护现有应用程序,而只花费 20% 用于创新。 在过去的 10 年里,这一比例并没有太大改观。而同时又必须面对创新的压力。无论是直接来自客户的需求,要求提供新的功能,还是来自…

org.eclipse.jdt.internal.compiler包下的类找不到

到maven库上下载jar包&#xff1a;org.eclipse.jdt.core-3.13.jar <!-- https://mvnrepository.com/artifact/org.eclipse.jdt/org.eclipse.jdt.core --><dependency> <groupId>org.eclipse.jdt</groupId> <artifactId>org.eclipse.jdt.core<…

单元测试02:Open-Cover安装与使用

1.Open-Cover 用于测试代码是否被测试过。 1.下载open-cover与ReportGenerator 2.下载压缩包后&#xff0c;设置系统环境变量&#xff0c;如&#xff1a; D:\OpenCover D:\OpenCover\ReportGenerator2.执行 OpenCover.console -register -target:nunit3-console.exe -targ…

Blazor学习之旅 (6) 路由系统

【Blazor】| 总结/Edison Zhou大家好&#xff0c;我是Edison。许久没有更新Blazor学习系列了&#xff0c;今天续更。Blazor 的路由系统就和 ASP.NET MVC的路由系统一样&#xff0c;可以为我们提供灵活的选项&#xff0c;可用于确保用户请求到达可处理它们并返回用户想要的信息的…

kindle降级卡大树_从提示框:Kindle购物流程图,iOS降级和DIY焊接笔

kindle降级卡大树Once a week we round up some of the tips from the HTG tips box and share them with the greater readership; this week we’re looking at shopping for Kindles with a flowchart, downgrading iOS, and rolling your own DIY soldering pen. 每周一次&…

MS CRM 2011 Form与Web Resource在JScript中的相互调用

原创地址&#xff1a;http://www.cnblogs.com/jfzhu/archive/2013/02/14/2912580.html 转载请注明出处 在Form中可以添加一个html的web resource&#xff0c;在web resource里可以用JScript来使用REST Endpoint或者SOAD Endpoint。 你可以在Form中添加一个web resource&#xf…

判断字符是否在1-15之间

var str $(#name).val();//获取字符的value var reg /^\S{1,15}$/; //字符在1-15之间的正则 var flag reg.test(str); // 判断字符与正则是否匹配 if(!flag){ //提示不满足条件 }转载于:https://www.cnblogs.com/yxl-java/p/8617661.html

从 .NET 6 更新到 .NET 7

Upgrade from .NET 6 to .NET 7Intro.NET 7 已经发布了一段时间了&#xff0c;将几个服务升级到了 .NET 7&#xff0c;升级还是比较顺利的&#xff0c;也有遇到几个问题&#xff0c;分享一下TargetFramework首先我们需要将项目文件中的目标框架&#xff08;TargetFramework&…

MySQL-05:pymysql与pycharm设置

PyMySQL介绍 PyMySQL 是在 Python3.x 版本中用于连接 MySQL 服务器的一个库&#xff0c;Python2中则使用mysqldb。 Django中也可以使用PyMySQL连接MySQL数据库。 PyMySQL安装 pip install pymysql 连接数据库 前置条件&#xff1a; 已有一个MySQL数据库&#xff0c;并且…

如何将前端数据保存到文件

有时候&#xff0c;网页上需要提供将当前页面上的数据导出为本地文件的功能&#xff0c;例如将页面上的一个表格导出为csv文件。这个功能看似简单&#xff0c;实际上却没有什么直接的方法。由于导出文件的操作&#xff08;比如浏览文件目录&#xff0c;创建本地文件等&#xff…

hdmi-cec_如何使用HDMI-CEC使用PlayStation 4或Pro自动打开电视

hdmi-cecCall it petty, but there’s just something about eliminating the “turn on the TV” portion of firing up your PlayStation 4 that makes the whole process seem faster. And the good news is that getting this action on your setup is as easy and ticking…

Microsoft POS for .NET v1.12 发布了

Microsoft POS for .NET v1.12是一个类库&#xff0c;它为你的.NET应用程序与POS设备的交互提供了一组简单统一的接口。使得供应商能够为常见的POS设备(如收银机&#xff0c;扫描仪等)轻松开发出通用的应用程序&#xff0c;您可以在此处下载.POSv1.12的更新&#xff1a;与 UPOS…

【APP接口开发】常用HTTP响应头状态码详解

1、200 OK&#xff0c;客户端请求城成功 2、400 Bad Request &#xff0c;客服端请求语法错误&#xff0c;服务器无法理解和处理 3、401 unauthorized&#xff0c;请求未通过认证 4、403 permission forbidden &#xff0c;无权限 5、404 URI不存在&#xff0c;访问的资源不存在…

leetcode——Lowest Common Ancestor of a Binary Tree

题目 Given a binary tree, find the lowest common ancestor (LCA) of two given nodes in the tree. 思路 这一次说的是一个普通的二叉树&#xff0c;给出两个节点。求他们的最低公共父节点。回忆一下&#xff0c;当这棵二叉树是二分查找树的时候的解决方式&#xff1a; 二分…

MySQL-06:pyMySQL增删改查基本命令笔记

增 # 导入pymysql模块 import pymysql # 连接database conn pymysql.connect(host“你的数据库地址”, user“用户名”,password“密码”,database“数据库名”,charset“utf8”) # 得到一个可以执行SQL语句的光标对象 cursor conn.cursor() sql "INSERT INTO USER1(n…

ABP Framework 7.0 RC 新增功能简介

imageABP Framework 在架构上有四大目标&#xff1a;模块化、DDD、多租户和微服务。从 7.0 更新的功能来看&#xff0c;其侧重点转向微服务场景的实现&#xff0c;比如&#xff1a;Dapr 集成、动态权限和功能、外部本地化、分布式实体缓存服务&#xff0c;都是对微服务和分布式…

(原創) 07/28/1982 少女A (中森明菜)

Abstract明菜的第二首單曲&#xff0c;也是她的成名曲&#xff0c;在台灣曾經被歌手嘟嘟翻唱過。 Introduction[hjp2400,300,true]http://oomusou.googlepages.com/shojo_a.flv[/hjp2] 明菜從『少女A』這首單曲才開始竄紅&#xff0c;走的也是可愛路線&#xff0c;招牌的『明菜…

ftp服务

1.ftp工作原理FTP是一个客户机/服务系统。用户通过一个支持FTP协议的客户机程序&#xff0c;连接到在远程主机上的FTP服务器程序。用户通过客户机程序向服务器程序发出命令&#xff0c;服务器程序执行用户所发出的命令&#xff0c;并将执行的结果返回到客户机。2.安装ftp服务yu…

Spark Streaming高级特性在NDCG计算实践

从storm到spark streaming&#xff0c;再到flink&#xff0c;流式计算得到长足发展&#xff0c; 依托于spark平台的spark streaming走出了一条自己的路&#xff0c;其借鉴了spark批处理架构&#xff0c;通过批处理方式实现了实时处理框架。为进一步了解spark streaming的相关内…