Why does one have to hit enter after typing one's Windows password to log in, while it's not to hit enter after typing one's PIN?
I've noticed that on Windows 10, one has to hit enter after typing one's Windows password to log in, while it's not to hit enter after typing one's PIN. Is there a security reason to it?
Typing one's Windows PIN to log in:
Typing one's Windows password to log in:
Itâs a simple matter of usability.
For PINs with a fixed length, such as 4-digits, the PIN is automatically submitted when it reaches said set length.
Your system doesnât know your passwordâs length, however, so itâs up to you to manually submit it (with enter or similar).
I cannot say this with certainty, but way back when I wondered this myself, the answer seems to have been that the threat model is different:
The PIN is only, ever, accepted on a local hardware login (and only if you enable it). It is designed as a convenience feature.
The password entry method is the default, "secure", method and it works consistently across both local and remote (RDP) logins and consistently requires ack of the PW via enter.
A fuller answer on the PIN thing can be found here: https://security.stackexchange.com/a/96835/3785