You are using an out of date browser. It may not display this or other websites correctly. You should upgrade or use an alternative browser.
phishing resistant auth
About this tag
Phishing resistant auth refers to authentication methods that cannot be bypassed by tricking a user into revealing credentials on a fake website. On Windows, Windows Hello PINs are a prime example: the PIN itself is never sent over the network; instead, it unlocks a device-bound private key stored in the TPM. This asymmetric key pair is tied to the specific device, making stolen credentials useless elsewhere. Unlike passwords, which are shared secrets vulnerable to phishing and breaches, phishing resistant auth relies on cryptographic proof of device possession. Windows Hello leverages TPM hardware to protect keys and resist brute-force attacks, ensuring that even if a user types their PIN on a phishing site, the attacker gains nothing useful.
Windows Hello PINs are safer than many people assume, but the reason has less to do with the four digits you type and more to do with the cryptography underneath them. Microsoft’s own documentation says a Hello PIN is tied to the device, never sent to the server, and backed by TPM hardware that...