Viewing profile — sdfgdfgbsdfg
sdfgdfgbsdfg
HN member- Joined
- Fri, Apr 29, 2022, 7:33 PM UTC
- HN karma
- 18
- Public activity
- 14 items
- HN profile
- View on Hacker News ↗
About sdfgdfgbsdfg
No profile information was provided.
Recent public activity
-
comment
Comment #31279888
https://www.yubico.com/blog/yubico-proposes-webauthn-protoco... is a solution for that
-
comment
Comment #31279855
https://www.yubico.com/blog/yubico-proposes-webauthn-protoco... Is basically that, but with infinite tickets :)
-
comment
Comment #31279788
Here's how YubiCo proposes to address this: https://www.yubico.com/blog/yubico-proposes-webauthn-protoco... Revocation is done RP side, but it essentially allows a primary authenti…
-
comment
Comment #31277690
Agreed, and that's why I say in my original comment that I don't see it happening in the short term. If we had something that worked now or maybe tomorrow and was acceptable, it wo…
-
comment
Comment #31277455
Yes but what the OP is saying is that the TPM does not store the encrypted passkey, rather, the passkey is wrapped with this TPM's public key by another TPM that already trusts thi…
-
comment
Comment #31277144
receiving synced key material in RAM significantly alters the threat model. Apple's current passkey implementation does not, at any point, handle unwrapped key material in the oper…
-
comment
Comment #31276647
It won't, at least not in the short term. For that to happen trusted platform modules would need an api to export a private key wrapped with a certificate signed by (none/one/all/a…
-
comment
Comment #31276473
For security keys implementing FIDO (which sometimes you can see referred to as WebAuthn, although that is partially inaccurate), there is currently no good way of backing up the k…
-
comment
Comment #31275042
I feel like this is an inevitability at this point. Kotlin is basically this, and C#/Java/Typescript are getting there, albeit with some historical baggage that might make it sligh…
-
comment
Comment #31217390
pron talks about this on https://cr.openjdk.java.net/~rpressler/loom/loom/sol1_part2....
-
comment
Comment #31217186
In a library. Loom is more about adapting the JVM itself for continuations and virtual threads than adding to userspace.
-
comment
Comment #31211382
FoundationDB is operationally very complex; there's a multitude of processes, no reference architectures of at-scale deployments (althought those do exist; at least at Snowflake an…
-
comment
Comment #31211279
I am very confused by Table I, claiming Redis and HStore have a multi-key consistency of "Serializable". What meaning is it trying to convey? Serializable is a level of isolation, …
-
comment
Comment #31209698
I agree with this overall. It seems that C is a language/compiler/toolchain combo that lets you shoot yourself in the foot, but gives you enough access to stuff to be maximially pe…