It might be because it is configured to use the hardware randomness source - /dev/random
If not enough "randomness" is available to the machine, all read attempts are blocked and you need to wait untill there is enough "randomness".
You can try to generate some randomness by pressing some keys on the keyboard, move the mouse, generate some network activity etc.
|