所需的密钥从密钥环中丢失_如果丢失U2F密钥该怎么办

2023-10-08 19:50
文章标签 丢失 密钥 u2f

本文主要是介绍所需的密钥从密钥环中丢失_如果丢失U2F密钥该怎么办,希望对大家解决编程问题提供一定的参考价值,需要的开发者们随着小编来一起学习吧!

所需的密钥从密钥环中丢失

所需的密钥从密钥环中丢失

U2F is widely regarded as the best way to secure your important accounts since it relies on access to a physical key before the account will be unlocked. But what happens if you lose that key?

U2F被广泛认为是保护重要帐户的最佳方法,因为它依赖于对物理密钥的访问才能解锁帐户。 但是,如果您丢失了密钥,会发生什么?

什么是通用二因子(U2F)? (What is Universal Two-Factor (U2F)?)

First off, we should take a closer look at what U2F is. While we have a much more in-depth explanation of what U2F is, we’ll cover the quick and dirty version here.

首先,我们应该仔细看看什么是U2F。 虽然我们对U2F是什么有更深入的解释 ,但在这里我们将介绍快速而肮脏的版本。

In a nutshell, U2F is the standard for physical two-factor authentication tokens. Instead of using something like Authy, Google Authenticator, or SMS to receive a 2FA code, U2F uses a physical key to protect your accounts.

简而言之,U2F是物理两因素身份验证令牌的标准。 U2F使用物理密钥来保护您的帐户,而不是使用Authy,Google Authenticator或SMS之类的代码来接收2FA代码。

These keys can be USB, Bluetooth, NFC, or any combination of the three. A good example of one key that uses all three is Google’s Titan Key—or it will at some point, anyway (currently the NFC aspect of the Titan Key is disabled).

这些键可以是USB,蓝牙,NFC或这三者的任意组合。 使用这三个键的一个很好的例子是Google的Titan键-或在任何时候都可以使用(当前Titan键的NFC方面已禁用)。

You can take a look at our guide on setting up and using the Titan Keys for more information on how these U2F keys work.

您可以查看有关设置和使用Titan键的指南,以获取有关这些U2F键如何工作的更多信息。

很酷,那么U2F密钥上存储了什么? (Cool, So What is Stored on a U2F Key?)

The best thing about U2F is that nothing is physically stored on the key. No personal or account data is saved locally, which is precisely why you can use the same key for multiple accounts.

关于U2F的最好的事情是密钥上没有任何物理存储。 没有在本地保存任何个人或帐户数据,这就是为什么您可以对多个帐户使用同一密钥的原因。

That means if you misplace a U2F key (or it gets stolen) it doesn’t matter where it ends up—no one will be able to pull private information from the key to connect it your account, because that information is nowhere to be found. There is nothing to tie that key to you.

这意味着,如果您放错U2F密钥(或它被盗了),它的最终位置并不重要-没有人能够从密钥中提取私人信息来将其连接到您的帐户,因为找不到该信息了。 没有什么可以把那把钥匙和你联系起来的

So, replacing a lost key might cost a bit of money, but losing the key has no security implications. It’s just one more reason why U2F is the best form of protection for your important accounts.

因此,更换丢失的钥匙可能会花费一些钱,但是丢失钥匙不会带来安全隐患。 U2F是重要帐户的最佳保护形式的又一个原因。

That’s also the reason why the Google Titan Key bundle comes with a pair of keys: one to keep with you and one to keep in your desk drawer. You add both keys to your account, so you have a backup key if something happens to the primary one. Smart.

这也是Google Titan Key捆绑包附带一对钥匙的原因:一个可以随身携带,另一个可以放在办公桌抽屉中。 您将两个密钥都添加到您的帐户中,因此如果主密钥发生问题,您将拥有一个备用密钥。 聪明。

丢失钥匙怎么办? (What Should I Do if I Lose a Key?)

If you happen to lose your U2F key, the first (and really, only) thing you’ll need to do is remove that form of authentication from your accounts. You’ll need to jump onto a device that is already logged in to all of your accounts and remove that particular key as a form of authentication.

如果您碰巧丢失了U2F密钥,则您需要做的第一件事(也是唯一的)是从您的帐户中删除该身份验证形式。 您需要跳至已登录所有帐户的设备,并删除该特定密钥作为身份验证形式。

So, for example, if you need to remove a key from your Google account, head into My Account > Signing Into Google > 2 Step Verification. From there, click the little pencil icon next to the device name and remove it. Easy peasy.

因此,例如,如果您需要从Google帐户中删除密钥,请进入“我的帐户”>“登录Google”>“两步验证”。 从那里,单击设备名称旁边的小铅笔图标,然后将其删除。 十分简单。

Just do that for all the accounts where you’ve added your lost U2F key—make sure to do it before you need access to the account from a new device, lest you get locked out of that account.

只需对添加了丢失的U2F密钥的所有帐户执行此操作请确保需要从新设备访问该帐户之前执行此操作,以免被该帐户锁定。

That’s another reason it’s always good to have multiple forms of 2FA enabled on all accounts that support it, whether that be with backup codes or making sure all your account info is up to date.

这是另一个原因,对所有支持它的帐户启用多种形式的2FA总是很好,无论是使用备用验证码还是确保您的所有帐户信息都是最新的。

翻译自: https://www.howtogeek.com/366188/what-to-do-if-you-lose-a-u2f-key/

所需的密钥从密钥环中丢失

这篇关于所需的密钥从密钥环中丢失_如果丢失U2F密钥该怎么办的文章就介绍到这儿,希望我们推荐的文章对编程师们有所帮助!


原文地址:https://blog.csdn.net/culintai3473/article/details/108779807
本文来自互联网用户投稿,该文观点仅代表作者本人,不代表本站立场。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如若转载,请注明出处:http://www.chinasem.cn/article/167640

相关文章

MySQL启动报错:InnoDB表空间丢失问题及解决方法

《MySQL启动报错:InnoDB表空间丢失问题及解决方法》在启动MySQL时,遇到了InnoDB:Tablespace5975wasnotfound,该错误表明MySQL在启动过程中无法找到指定的s... 目录mysql 启动报错:InnoDB 表空间丢失问题及解决方法错误分析解决方案1. 启用 inno

电脑提示Winmm.dll缺失怎么办? Winmm.dll文件丢失的多种修复技巧

《电脑提示Winmm.dll缺失怎么办?Winmm.dll文件丢失的多种修复技巧》有时电脑会出现无法启动程序,因为计算机中丢失winmm.dll的情况,其实,winmm.dll丢失是一个比较常见的问... 在大部分情况下出现我们运行或安装软件,游戏出现提示丢失某些DLL文件或OCX文件的原因可能是原始安装包

无法启动此程序因为计算机丢失api-ms-win-core-path-l1-1-0.dll修复方案

《无法启动此程序因为计算机丢失api-ms-win-core-path-l1-1-0.dll修复方案》:本文主要介绍了无法启动此程序,详细内容请阅读本文,希望能对你有所帮助... 在计算机使用过程中,我们经常会遇到一些错误提示,其中之一就是"api-ms-win-core-path-l1-1-0.dll丢失

电脑找不到mfc90u.dll文件怎么办? 系统报错mfc90u.dll丢失修复的5种方案

《电脑找不到mfc90u.dll文件怎么办?系统报错mfc90u.dll丢失修复的5种方案》在我们日常使用电脑的过程中,可能会遇到一些软件或系统错误,其中之一就是mfc90u.dll丢失,那么,mf... 在大部分情况下出现我们运行或安装软件,游戏出现提示丢失某些DLL文件或OCX文件的原因可能是原始安装包

电脑显示mfc100u.dll丢失怎么办?系统报错mfc90u.dll丢失5种修复方案

《电脑显示mfc100u.dll丢失怎么办?系统报错mfc90u.dll丢失5种修复方案》最近有不少兄弟反映,电脑突然弹出“mfc100u.dll已加载,但找不到入口点”的错误提示,导致一些程序无法正... 在计算机使用过程中,我们经常会遇到一些错误提示,其中最常见的就是“找不到指定的模块”或“缺少某个DL

mss32.dll文件丢失怎么办? 电脑提示mss32.dll丢失的多种修复方法

《mss32.dll文件丢失怎么办?电脑提示mss32.dll丢失的多种修复方法》最近,很多电脑用户可能遇到了mss32.dll文件丢失的问题,导致一些应用程序无法正常启动,那么,如何修复这个问题呢... 在电脑常年累月的使用过程中,偶尔会遇到一些问题令人头疼。像是某个程序尝试运行时,系统突然弹出一个错误提

电脑提示找不到openal32.dll文件怎么办? openal32.dll丢失完美修复方法

《电脑提示找不到openal32.dll文件怎么办?openal32.dll丢失完美修复方法》openal32.dll是一种重要的系统文件,当它丢失时,会给我们的电脑带来很大的困扰,很多人都曾经遇到... 在使用电脑过程中,我们常常会遇到一些.dll文件丢失的问题,而openal32.dll的丢失是其中比较

电脑win32spl.dll文件丢失咋办? win32spl.dll丢失无法连接打印机修复技巧

《电脑win32spl.dll文件丢失咋办?win32spl.dll丢失无法连接打印机修复技巧》电脑突然提示win32spl.dll文件丢失,打印机死活连不上,今天就来给大家详细讲解一下这个问题的解... 不知道大家在使用电脑的时候是否遇到过关于win32spl.dll文件丢失的问题,win32spl.dl

电脑提示msvcp90.dll缺少怎么办? MSVCP90.dll文件丢失的修复方法

《电脑提示msvcp90.dll缺少怎么办?MSVCP90.dll文件丢失的修复方法》今天我想和大家分享的主题是关于在使用软件时遇到的一个问题——msvcp90.dll丢失,相信很多老师在使用电脑时... 在计算机使用过程中,可能会遇到 MSVCP90.dll 丢失的问题。MSVCP90.dll 是 Mic

电脑开机提示krpt.dll丢失怎么解决? krpt.dll文件缺失的多种解决办法

《电脑开机提示krpt.dll丢失怎么解决?krpt.dll文件缺失的多种解决办法》krpt.dll是Windows操作系统中的一个动态链接库文件,它对于系统的正常运行起着重要的作用,本文将详细介绍... 在使用 Windows 操作系统的过程中,用户有时会遇到各种错误提示,其中“找不到 krpt.dll”