Temporary use of fast PRNG
rngd -f -r /dev/urandom
This sends the output from the fast-but-not-very-random PRNG as input into /dev/random. Useful when testing and speed is more important than security.
rngd -f -r /dev/urandom
This sends the output from the fast-but-not-very-random PRNG as input into /dev/random. Useful when testing and speed is more important than security.