pixel fairy <
pixel...@gmail.com> wrote:
> just tried to make a gpg key to use with split-gpg and didnt have enough entropy. the keygen dialog timed out. any suggestions on getting entropy into an appvm. is there a service that can be enabled? a little game or something good at generating entropy? ...
Many modern processors include a hardware RNG which should make it
impossible to run low on entropy. Some VM systems provide a service
driven by random(4) on the host that emulates a hardware RNG in each
client VM. I do not know what Qubes currently does, but if it does not
support that, it should.
> the appvm was based on debian-9
Debian has haveged(8) which might solve your problem.
I wrote a small program to solve this problem & the PDF doc discusses
other solutions including havege.
https://github.com/sandy-harris/maxwell