Conversation

Replying to and
Current pools of entropy are collecting, mouse, keystrokes, operations timeouts, and recycles using CHACHA20. By the time you started your computer, you already did mouse moves, keyboard strokes, etc. So unless they have their own PRNG that uses them, there is no reason for msg.
1
Linux /dev/urandom is faulty and returns data before being initialized. Linux /dev/random API is faulty and uses a nonsensical cargo cult design blocking after initialization without providing meaningful security properties from it. Software not using getrandom() is just broken.
1
Show replies