火狐和chrome_Firefox,Chrome和Edge都將支持WebAuthn的硬件兩因素身份驗證

火狐和chrome

火狐和chrome

Logging into Gmail or Facebook could soon mean plugging in a USB device, potentially making phishing a thing of the past.

登錄Gmail或Facebook可能很快就意味著要插入USB設備,這可能使網絡釣魚成為過去。

That’s thanks to WebAuthn, a new open standard for hardware-based two factor authentication currently supported by Firefox and soon to be supported in Chrome and Edge. Today the Fido Alliance and W3C announced the standard has reached the Canddiate Recommendation stage, meaning it’s likely to become a core function of the web.

這要歸功于WebAuthn ,它是Firefox目前支持的基于硬件的兩因素身份驗證的新開放標準,并且不久將在Chrome和Edge中得到支持。 今天, Fido Alliance和W3C宣布該標準已達到Canddiate Recommendation階段,這意味著它很可能成為網絡的核心功能。

We’ve outlined how Google and other tech companies are working on WebAuthn, so check that out if you’re curious, but the quick summary is that a hardware device communicates directly with websites via your browser to confirm your identity.

我們已經概述了Google和其他技術公司如何在WebAuthn上工作,因此請檢查一下您是否好奇,但快速摘要是硬件設備通過瀏覽器直接與網站進行通信以確認您的身份。

Tools like this have existed in the past, but WebAuthn is an open protocol, meaning the technology is not tied to one hardware vendor. Your smartphone or laptop could eventually bake in support for this protocol, potentially combined with biometrics for increased security.

像這樣的工具過去已經存在,但是WebAuthn是一種開放協議,這意味著該技術并不局限于一個硬件供應商。 您的智能手機或筆記本電腦最終可能會支持該協議,并可能與生物識別技術結合使用以提高安全性。

WebAuthn is already supported in the latest version of Firefox, with Chrome and Edge support coming soon. Apple hasn’t said anything about Safari supporting the standard.

最新版本的Firefox已支持WebAuthn,即將支持Chrome和Edge。 蘋果沒有透露有關支持該標準的Safari的任何消息。

If you want to give this a shot as soon as possible Yubico announced a new key using the standard?today. The company previously offered similar devices, but this one is based on the open WebAuthn standard.

如果您想盡快嘗試一下,Yubico今天宣布了使用該標準的新鑰匙。 該公司以前提供過類似的設備,但該設備基于開放的WebAuthn標準。

翻譯自: https://www.howtogeek.com/fyi/firefox-chrome-and-edge-will-all-support-webauthns-hardware-two-factor-authentication/

火狐和chrome

本文來自互聯網用戶投稿,該文觀點僅代表作者本人,不代表本站立場。本站僅提供信息存儲空間服務,不擁有所有權,不承擔相關法律責任。
如若轉載,請注明出處:http://www.pswp.cn/news/280915.shtml
繁體地址,請注明出處:http://hk.pswp.cn/news/280915.shtml
英文地址,請注明出處:http://en.pswp.cn/news/280915.shtml

如若內容造成侵權/違法違規/事實不符,請聯系多彩編程網進行投訴反饋email:809451989@qq.com,一經查實,立即刪除!

相關文章

Could not delete .........May be locked by another process.

問題 原因:默認的設置是文件修改后立即發布,這樣的設置是在你每個保存文件時都會觸發,如果tomcat已經在運行,這樣頻繁的操作也會造成文件鎖死 解決: Tomcat 右鍵clean 轉載于:https://www.cnblogs.com/feiZhou/p/93…

flask的基礎1

1.python 現階段三大主流web框架Django Tornado Flask的對比 1.Django 主要特點是大而全,集成了很多組件,例如: Models Admin Form 等等, 不管你用得到用不到,反正它全都有,屬于全能型框架 2.Tornado 主要特點是原生異步非阻塞,在IO密集型應用和多任務處理上占據絕對性的優勢,屬…

python實現批量壓縮文件夾

前段時間碰到一個需要把目錄下文件夾壓縮的項目,但是度娘里沒找到,只好自己寫腳本了。 #coding:utf-8 import os filePath raw_input("請輸入路徑:") if filePath "":os._exit() #需要退出ds list(os.walk(filePath…

單元測試01:nunit 安裝與代碼測試

1.nunit 下載與安裝 a.下載 下載地址: http://nunit.org/download/ b.添加到系統環境變量 解壓下載包后,添加兩個路徑到環境變量,如: D:\nunitD:\nunit\nunit-console 2.建立測試項目 a.建立class project b.project 里re…

如何將您的Google Authenticator憑證移至新的Android手機或平板電腦

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上的大多數應用程序數據可…

關于經緯度的兩個計算[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; 二分…