Viewing profile — emlun
emlun
HN member- Joined
- Wed, Apr 11, 2018, 8:17 AM UTC
- HN karma
- 112
- Public activity
- 54 items
- HN profile
- View on Hacker News ↗
About emlun
Recent public activity
-
comment
Comment #21593258
Someone made a bookmarklet to disable it: https://github.com/kfahy/slack-disable-wysiwyg-bookmarklet
-
comment
Comment #18074321
Google did suddenly start supporting U2F in Firefox a few months ago!
-
comment
Comment #18069540
Unlimited! Except for passwordless credentials, which do consume storage space aboard the device. But second factor (U2F style) credentials are stored encrypted on the server, so t…
-
comment
Comment #18069505
If the server allows it, sure.
-
comment
Comment #18069488
That won't work for U2F or FIDO2, unfortunately, since the master key is not configurable. You need to enroll both keys with each new service, sadly.
-
comment
Comment #18069449
For U2F you're right that it becomes single factor if you use the device as the only factor. With FIDO2 (which is what makes passwordless available), however, the device supports a…
-
comment
Comment #18065006
It's a hardware token that supports a local PIN as a second factor.
-
comment
Comment #18064957
My friend lost his YubiKey and found it embedded in his gravel driveway six months later. Still worked like nothing had happened.
-
comment
Comment #18064940
And even then, the token would lock itself down after too many incorrect PIN attemtpts.
-
comment
Comment #18056985
NEO also does OpenPGP over NFC on Android. iOS only recently started opening up NFC to non-Apple developers.
-
comment
Comment #17053211
Yubico currently sells one at $20. https://www.yubico.com/product/security-key-by-yubico/#secur... There are competing U2F keys, but I don't know of any competitors that support FI…
-
comment
Comment #17043815
>where somebody else owns your identity, not you Care to elaborate on how you mean WebAuthn prescribes that? The GUN explainer videos also seem to assume there's a server involved,…
-
comment
Comment #17043687
No, you were right at the beginning. There is no "root" or "real" pubkey. A separate keypair is generated each site, so that - like you said - identities are unlinkable. This is al…
-
comment
Comment #17043671
Yeah, and a separate keypair is generated for each site.
-
comment
Comment #17043666
Web Authentication is part of FIDO2, which is what Microsoft is pushing. Whether you use it for passwordless login or second factor depends on what the server wants and what authen…
-
comment
Comment #17033868
I'm sorry, I don't understand at all what you mean by that.
-
comment
Comment #17032852
No - that process _remains_ a pathway for exploits against the particular website being targeted. The process does not open new pathways for transferring exploits from one site to …
-
comment
Comment #17032781
To be more precise, the PIN is the key that unlocks the keyring (the hardware token) that contains the keys (asymmetic keypairs) to the various kingdoms (websites). WebAuthn is not…
-
comment
Comment #17032743
Oh, maybe I didn't get the entire question. There's no global identity or "root credential" used for all websites. A separate keypair is created for each website, and a keypair for…
-
comment
Comment #17032675
I think you misunderstand how WebAuthn works - there's no "root credential". See my other reply https://news.ycombinator.com/item?id=17032637 No third party issues tokens in WebAut…
-
comment
Comment #17032652
I think you misunderstand how WebAuthn works - see my other reply to your previous message.
-
comment
Comment #17032637
Wait a second. Web Authentication is not an SSO framework - there's no "root credential". Each server you use the token on gets its own keypair which is used for only that site. It…
-
comment
Comment #17032455
It's mostly for host-authenticator communications, yes, but it it includes a couple of helpers for verifying signatures. But you're right it's not a full-featured server library at…
-
comment
Comment #17030302
From what I understand, Firefox doesn't implement the whole U2F spec, and Google and Facebook use some of the features (appID facets) FF left out. However, Firefox, Chrome and Edge…
-
comment
Comment #17030276
The PIN is not stored on the key, it's used to unlock the key. Your analysis is correct, but your premise is false.