I don't like something that I have to plugin. What I greatly prefer is what PacBell gave me as a consultant in the 1990s to access their secure inner networks remotely: a device that would display a new random number every 10 seconds and I would add that number to my password when logging in. I was given the same sort of device at Google in 2013 when I was a consultant there. For laptop and mobile devices, I like the…
YubiKey for Windows Hello – Protect your Windows 10 login with your YubiKey
31–40 of 45 posts
Re: YubiKey for Windows Hello – Protect your Windows 10 login with your YubiKey
#32Just to be clear, "Yubikey" is a brand of FIDO key. See: https://fidoalliance.org . You can find other brands which in my experience, are just as functional but often less expensive. I have a yubikey, one from hyperfido and most interesting is the open source 'U2F zero'. All of them work equally well. Unless MS has a non-standard implementation or does not use FIDO, then any FIDO would work.
No it is not. There are yubikeys that implement U2F but Yubikeys also provide more. In this case, their specific U2F key is not listed as requirement. So this is most likely not implemented using U2F.
Re: YubiKey for Windows Hello – Protect your Windows 10 login with your YubiKey
#33Just to be clear, "Yubikey" is a brand of FIDO key. See: https://fidoalliance.org . You can find other brands which in my experience, are just as functional but often less expensive. I have a yubikey, one from hyperfido and most interesting is the open source 'U2F zero'. All of them work equally well. Unless MS has a non-standard implementation or does not use FIDO, then any FIDO would work.
Re: YubiKey for Windows Hello – Protect your Windows 10 login with your YubiKey
#34Does it protect you also from the spy/ad/malware that Windows 10 is?
I'll extend the question: from what does it protect at all? (Answer: nothing, FIDO keys is a hype)
Re: YubiKey for Windows Hello – Protect your Windows 10 login with your YubiKey
#35I don't like something that I have to plugin. What I greatly prefer is what PacBell gave me as a consultant in the 1990s to access their secure inner networks remotely: a device that would display a new random number every 10 seconds and I would add that number to my password when logging in. I was given the same sort of device at Google in 2013 when I was a consultant there. For laptop and mobile devices, I like the…
If you accidentally input your credentials and PIN code in a phishing site, it's game over.
With FIDO tokens, this is impossible - authentication is challenge-response based and tied to the encrypted channel. Your device contains a private key which is used to authenticate. This requires two-way communication, so you have to plug in the device.
Re: YubiKey for Windows Hello – Protect your Windows 10 login with your YubiKey
#36I don't like something that I have to plugin. What I greatly prefer is what PacBell gave me as a consultant in the 1990s to access their secure inner networks remotely: a device that would display a new random number every 10 seconds and I would add that number to my password when logging in. I was given the same sort of device at Google in 2013 when I was a consultant there. For laptop and mobile devices, I like the…
Those are considered deprecated by now. The most important issue with those devices is that they're not secure against phishing. If you accidentally input your credentials and PIN code in a phishing site, it's game over. With FIDO tokens, this is impossible - authentication is challenge-response based and tied to the encrypted channel. Your device contains a private key which is used to authenticate. This requires tw…
Re: YubiKey for Windows Hello – Protect your Windows 10 login with your YubiKey
#37Earlier quoted context omitted.
Those are considered deprecated by now. The most important issue with those devices is that they're not secure against phishing. If you accidentally input your credentials and PIN code in a phishing site, it's game over. With FIDO tokens, this is impossible - authentication is challenge-response based and tied to the encrypted channel. Your device contains a private key which is used to authenticate. This requires tw…
What makes it impossible for a phishing site to mimic the challenge?
More explanations on why: https://security.stackexchange.com/questions/71316/how-secur...
And how: https://fidoalliance.org/specs/fido-u2f-v1.0-nfc-bt-amendmen...
Re: YubiKey for Windows Hello – Protect your Windows 10 login with your YubiKey
#38Earlier quoted context omitted.
Furthermore, just encrypt your disk with a password concatenated with said static yubikey password and you've got effective MFA.
I feel like a static password doesn't really count as MFA. Someone can keylog that static password without you knowing.
Re: YubiKey for Windows Hello – Protect your Windows 10 login with your YubiKey
#39Just to be clear, "Yubikey" is a brand of FIDO key. See: https://fidoalliance.org . You can find other brands which in my experience, are just as functional but often less expensive. I have a yubikey, one from hyperfido and most interesting is the open source 'U2F zero'. All of them work equally well. Unless MS has a non-standard implementation or does not use FIDO, then any FIDO would work.
This is the part I don't understand... the Yubikey U2F-only option (1/2 the price) is not listed as supported by this application. As best I can tell, U2F as it is used today isn't supported by Windows Hello; this is a custom app to support the more advanced Yubikey products. Apparently there is some v2 of U2F coming down the pike that vendors are waiting for before implementing support; however, I couldn't find much…
Re: YubiKey for Windows Hello – Protect your Windows 10 login with your YubiKey
#40I don't like something that I have to plugin. What I greatly prefer is what PacBell gave me as a consultant in the 1990s to access their secure inner networks remotely: a device that would display a new random number every 10 seconds and I would add that number to my password when logging in. I was given the same sort of device at Google in 2013 when I was a consultant there. For laptop and mobile devices, I like the…
A serious problem with biometrics is credential revocation. The best answer I've seen to this is using the biometric to locally unlock some other credential like a certificate that can be revoked. There are other problems that are flashier, like spoofing and liveness, but revocation is a real show-stopper that is frequently ignored.