Viewing profile — justinsteven
justinsteven
HN member- Joined
- Wed, Apr 08, 2020, 2:49 AM UTC
- HN karma
- 11
- Public activity
- 4 items
- HN profile
- View on Hacker News ↗
About justinsteven
No profile information was provided.
Recent public activity
-
comment
Comment #40641264
> They say user data remains in the Secure Enclave at all times No they don't. They say that the Secure Enclave participates in the secure boot chain, and in generating non-exporta…
-
comment
Comment #29300691
No, `hmac(key=key, message=input) == hmac(key=key, message=secret)` where key is either a static secret key for comparison purposes, or random for each comparison.
-
comment
Comment #22810020
I tested with SameSite being Lax and Strict. Neither block the attack in Chrome. My reading of the SameSite spec indicates that it doesn't take cookie path into account.
-
comment
Comment #22809617
It would not. It would stop the cookie from being sent to things outside of the path specified, but the Same Origin Policy is about, among other things, gaining read-access to the …