Viewing profile — throway_zwudbo
throway_zwudbo
HN member- Joined
- Thu, Feb 17, 2022, 6:21 PM UTC
- HN karma
- 0
- Public activity
- 5 items
- HN profile
- View on Hacker News ↗
About throway_zwudbo
No profile information was provided.
Recent public activity
-
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.
-
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...
-
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…
-
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…
-
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…