Conversation

Replying to and
Switch to a recent Linux kernel. 5.10 LTS branch shouldn't have these issues. /dev/random and getrandom GRND_RANDOM no longer have cargo cult throttling but rather only block for initialization. Kernel also forces jitter-based entropy generation if needed instead of waiting.
1
3
They use a proper CSPRNG for everything nowadays and finally fully abandoned the misguided concept of entropy being drained through generating random data. It keeps adding fresh entropy but they completely got rid of the nonsense concept of generating random data depleting it.
1
1