Live data from Hacker News

Viewing profile — frereit

frereit

HN member
Joined
Sat, Mar 02, 2024, 9:08 PM UTC
HN karma
63
Public activity
14 items

About frereit

No profile information was provided.

Recent public activity

  1. 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…

  2. 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 …

  3. comment
    Comment #41031294

    I agree. Personally, I'd prefer let span = 5.days() + 8.hours() + 1.minutes();

  4. comment
    Comment #41023782

    Cool! I built something very similar but for Windows a while back: https://syscalls.win

  5. 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…

  6. 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…

  7. 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…

  8. 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 …

  9. story
  10. comment
    Comment #40487587

    Website seems down. Archive: https://web.archive.org/web/20240527041229/https://joannenov...

  11. 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 …

  12. 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…

  13. 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…

  14. story