/dev/random Extremely Slow?

后端 未结 6 819
情深已故
情深已故 2020-12-01 06:23

Some background info: I was looking to run a script on a Red Hat server to read some data from /dev/random and use the Perl unpack() command to convert it to a hex string fo

6条回答
  •  不知归路
    2020-12-01 06:46

    If you want more entropy for /dev/random then you'll either need to purchase a hardware RNG or use one of the *_entropyd daemons in order to generate it.

提交回复
热议问题