/dev/random will block when it runs out of entropy. This can be avoided by using /dev/urandom instead. For this library, a DevUrandomSeedGenerator should be added.
see:
https://unix.stackexchange.com/questions/324209/when-to-use-dev-random-vs-dev-urandom
/dev/random will block when it runs out of entropy. This can be avoided by using /dev/urandom instead. For this library, a DevUrandomSeedGenerator should be added.
see:
https://unix.stackexchange.com/questions/324209/when-to-use-dev-random-vs-dev-urandom