When doing cryptographic operations on a system generating random numbers is required. But accessing /dev/random
might be slow in case there is not enough random input. Let’s have a look how to provide some additional random data to improve the speed of random number generation. Continue reading
Feeding /dev/random with random data
Reply