Live data from Hacker News

Viewing profile — throway_zwudbo

throway_zwudbo

HN member
Joined
Thu, Feb 17, 2022, 6:21 PM UTC
HN karma
0
Public activity
5 items

About throway_zwudbo

No profile information was provided.

Recent public activity

  1. comment
    Comment #30384228

    /dev/random does not have to depend on any pseudo generator as long as it can block indefinitely while starved for entropy.

  2. comment
    Comment #30384221

    Yes. I've already admitted it is a very unlikely scenario, but last I heard we haven't proven P=NP yet...

  3. comment
    Comment #30381901

    > Applications trust /dev/urandom to be secure. That is decidedly not true. /dev/urandom is not guaranteed to be secure upon boot before enough entropy is gathered by the system, b…

  4. comment
    Comment #30381864

    I don't think I have that misunderstanding. My question is, do you have proof that: 1. the CSPRNG in Linux is secure, and 2. CSPRNGs in general exists ? Fixing #1 simply requires c…

  5. comment
    Comment #30376882

    This is probably way outside of my sphere of competence, but.... If your approach is adopted, people would simply treat /dev/random and /dev/urandom as the same thing (which I gath…