Join Nostr
2024-10-01 23:50:46 UTC
in reply to

Howard Chu @ Symas on Nostr: I like userland PRNGs in closed source software that use /dev/random as a seed, ...

I like userland PRNGs in closed source software that use /dev/random as a seed, because I can trivially MITM them by symlinking /dev/random to a file full of 0xFF. Tho I suppose I might be able to interpose a getentropy() hook if necessary.