Passkey authentication replaces traditional passwords with a pair of cryptographic keys—public and private. The private key stays on the user’s device, while the public key sits on the server. During login, the server issues a challenge that only the private key can solve, and the response gets verified using the public key. No passwords are transmitted or stored, which reduces the attack surface significantly. Password leaks and brute-force attempts become non-issues because there is no static secret to steal or guess.

FIDO2 is a joint initiative by the FIDO Alliance and the World Wide Web Consortium (W3C) aimed at delivering streamlined, strong authentication without relying on passwords. It defines a set of technical components: WebAuthn and CTAP2 (Client to Authenticator Protocol). WebAuthn standardizes how a web application interacts with an authenticator—often a platform feature like a secure enclave on a phone or a hardware security key. CTAP2 governs how that authenticator communicates with the client device, such as a laptop or smartphone.


More

The Verge: Chrome and Firefox will support a new standard for password-free logins

In his reporting on the newly announced FIDO2 Project, The Verge reporter Russell Brandon predicts…

Read More →

Ars Technica: Practical passwordless authentication comes a step closer with WebAuthn

ArsTechnica reports that the World Wide Web Consortium (W3C) and FIDO Alliance announced that a…

Read More →

CNET: Password-free web security is coming to Chrome, Firefox, Edge

CNET reports that leading browsers Google Chrome, Mozilla Firefox and Microsoft Edge will support WebAuthn…

Read More →