Viewing profile — frereit
frereit
HN member- Joined
- Sat, Mar 02, 2024, 9:08 PM UTC
- HN karma
- 63
- Public activity
- 14 items
- HN profile
- View on Hacker News ↗
About frereit
No profile information was provided.
Recent public activity
-
comment
Comment #43468622
> January 9, 2025 – Kubernetes proposed a fix for CVE-2025-1097. > January 10, 2025 – Wiz Research reported a bypass for the proposed fix for CVE-2025-1097. > January 12, 2025 – Ku…
-
comment
Comment #43026196
Would this patent cover just the encoding alone? The first sentence says: > A method, apparatus, and system relating to embedding hidden content within a Unicode message and using …
-
comment
Comment #41031294
I agree. Personally, I'd prefer let span = 5.days() + 8.hours() + 1.minutes();
-
comment
Comment #41023782
Cool! I built something very similar but for Windows a while back: https://syscalls.win
-
comment
Comment #40658507
> But it strangely leaves open the possibility, without saying either way, that a longer iv, with r(i)>96 random bits might allow generating more iv's. As you point out, it will de…
-
comment
Comment #40657072
Well, the nonce is (usually) public information. It is shared along with the ciphertext, so that the other party can use the same nonce to validate and decrypt the ciphertext. So i…
-
comment
Comment #40656193
Correct. However, some implementations actually incorrectly refer to the nonce as an "IV" (initialization vector), where it's not so obvious. Also, it's not entirely clear just how…
-
comment
Comment #40654570
Yes, I am, but unfortunately I do not think I can provide any answers here. A quick internet search reveals some CVEs for nonce reuse. If I had to, based on absolutely nothing but …
- story
-
comment
Comment #40487587
Website seems down. Archive: https://web.archive.org/web/20240527041229/https://joannenov...
-
comment
Comment #40250002
I'm honestly surprised at the relatively positive reception to this. While there isn't any problem with the code shown, the same effect couldn've probably been achieved with a few …
-
comment
Comment #39600358
This article does not mention the release of the SteamDeck at all. I wonder if this could have had an impackt on Linux usage large enough to see in trends like these or if it's jus…
-
comment
Comment #39575793
This is my first ever blog post. It's about Bootstring, the encoding algorithm behind Punycode domain names. I wanted to cover both encoding and decoding in a single post, but I sp…
- story