我在VM(Parallels)中使用CentOS 7。我的gpg密钥生成需要更多的熵来生成密钥。我收到以下消息:
We need to generate a lot of random bytes. It is a good idea to perform
some other action (type on the keyboard, move the mouse, utilize the
disks) during the prime generation; this gives the random number
generator a better chance to gain enough entropy.
如何为此过程生成随机字节?
我尝试了一些生成熵的技巧,但似乎我需要更多的随机位。
有些人为他人而不是我而努力:
1# ls -R /
2# sudo md5sum /dev/sda &
命令#1每2秒生成大约15位 命令#2生成最小量的熵。