如何将您的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 年里,这一比例并没有太大改观。而同时又必须面对创新的压力。无论是直接来自客户的需求,要求提供新的功能,还是来自…

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

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

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中的相互调用

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

从 .NET 6 更新到 .NET 7

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

MySQL-05:pymysql与pycharm设置

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

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…

ABP Framework 7.0 RC 新增功能简介

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

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

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

ftp服务

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

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

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

mac触控板 鼠标中键_如何在Windows 10中停止意外的触控板点击(以及其他鼠标增强功能)...

mac触控板 鼠标中键It’s been the bane of laptop users for years: you’re typing away, your palm brushes the trackpad, and the accidental click inserts the cursor in the middle of the text completely screwing things up. Banish the frustration of accidental …

推荐一款 .NET 编写的 嵌入式平台的开源仿真器

Renode 是一个开发框架,通过让你模拟物理硬件系统来加速物联网和嵌入式系统开发。Renode 可以模拟 Cortex-M、RISC-V 等微控制器,不仅可以模拟 CPU指令,还可以模拟外设,甚至可以模拟板载的外设。更强的是,它可以让你在…

Android Bluetooth模块学习笔记

一、蓝牙基础知识 1.蓝牙( Bluetooth )是一种无线技术标准,可实现固定设备、移动设备和楼宇个人域网之间的短距离数据交换。蓝牙基于设备低成本的收发器芯片,传输距离近、低功耗。 2.微波频段:使用2.402GGHz到2.480GHz…

sql删除无人借阅的书_查找,下载,借阅,租赁和购买电子书的最佳网站

sql删除无人借阅的书So, you’ve got yourself an eBook reader, smartphone, tablet, or other portable device and you want to put some eBooks on it to take with you. There are many options for obtaining free eBooks as well as purchasing, borrowing, or even ren…

django05:ORM示例--person 增删改查

建立数据库连接后,演示代码 见我的资源 https://download.csdn.net/my

推荐一个开源的 .NET 二维码生成库

你好,这里是 Dotnet 工具箱,定期分享 Dotnet 有趣,实用的工具和组件,希望对您有用!介绍QrCodeGenerator 是开源的 .NET 二维码生成库,它支持从文本字符串和字节数组生成二维码图片。这个库是基于 .NET Stan…

全量更新和增量更新_增量BIOS更新或直接更新到最新版本哪个更好?

全量更新和增量更新There are few things as irritating as a Blue Screen of Death, but sometimes there is an easy fix for it like updating the BIOS for instance. If multiple updates are available though, do you do incremental updates or can you just use the l…

[Office 2010 易宝典]什么是Office Web App?如何在线查看Office文档?

什么是Office Web App? Office Web App使得Microsoft Office能扩展到网络浏览器上。用户可以直接在通过浏览器在线查看和编辑保存在网站上的文档。 如何上传Office文档? 在Microsoft Word 2010里面,您可以把Word文档保存到Windows Live SkyDr…