<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Passkeys on Commentary of Takao</title><link>https://takao.blog/es/tags/passkeys/</link><description>Recent content in Passkeys on Commentary of Takao</description><generator>Hugo -- gohugo.io</generator><language>es</language><copyright>Commentary of Takao</copyright><lastBuildDate>Sun, 12 Jul 2026 04:12:51 +0900</lastBuildDate><atom:link href="https://takao.blog/es/tags/passkeys/index.xml" rel="self" type="application/rss+xml"/><item><title>WebAuthn y Passkeys: Autenticación sin contraseñas</title><link>https://takao.blog/es/web/webauthn-passkeys/</link><pubDate>Tue, 02 Apr 2024 00:00:00 +0900</pubDate><guid>https://takao.blog/es/web/webauthn-passkeys/</guid><description>&lt;img src="https://takao.blog/img/thumbnail/webauthn-passkeys-es.png" alt="Featured image of post WebAuthn y Passkeys: Autenticación sin contraseñas" /&gt;&lt;p&gt;WebAuthn es un estándar del W3C para autenticación sin contraseñas usando criptografía de clave pública. Passkeys son la implementación práctica.&lt;/p&gt;
&lt;h2 id="cómo-funciona"&gt;Cómo funciona
&lt;/h2&gt;&lt;p&gt;El navegador genera un par de claves (pública/privada). La clave privada nunca sale del dispositivo. La autenticación usa desafíos firmados.&lt;/p&gt;
&lt;h2 id="passkeys"&gt;Passkeys
&lt;/h2&gt;&lt;p&gt;Sincronización entre dispositivos via iCloud Keychain, Google Password Manager, 1Password. Reemplazan contraseñas tradicionales. Soporte en iOS, Android, Windows, macOS.&lt;/p&gt;
&lt;h2 id="registro-y-autenticación"&gt;Registro y autenticación
&lt;/h2&gt;&lt;p&gt;&lt;code&gt;navigator.credentials.create()&lt;/code&gt; para registro. &lt;code&gt;navigator.credentials.get()&lt;/code&gt; para autenticación. Biometría (TouchID, FaceID) o PIN como verificación local.&lt;/p&gt;</description></item></channel></rss>