Comment by 3np 7 months ago Also might open up a new DoS vector on entropy consumed by /dev/random so it can be worse than 1:1. 2 comments 3np Reply gkbrk 7 months ago Entropy doesn't really get "consumed" on modern systems. You can read terabytes from /dev/random without running out of anything. jabl 7 months ago As mentioned, not really an issue on a modern system. But in any case, you could just read, say, 1K from /dev/urandom into a buffer and then keep resending that buffer over and over again?
gkbrk 7 months ago Entropy doesn't really get "consumed" on modern systems. You can read terabytes from /dev/random without running out of anything.
jabl 7 months ago As mentioned, not really an issue on a modern system. But in any case, you could just read, say, 1K from /dev/urandom into a buffer and then keep resending that buffer over and over again?
Entropy doesn't really get "consumed" on modern systems. You can read terabytes from /dev/random without running out of anything.
As mentioned, not really an issue on a modern system. But in any case, you could just read, say, 1K from /dev/urandom into a buffer and then keep resending that buffer over and over again?