ich habe auf meinem Server Squirrel Mail installiert und dazu das GnuPG Plugin. Soweit so gut, leider kann GnuPG nicht genug Zufallszahlen erstellen und so bleibt es immer bei folgender Anzeige stehen :
Code: Select all
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.
++++++++++++++++++++++++++++++++++++++++..+++++.+++++++++++++++.+
+++++++++.+++++++++++++++++++++++++++++++++++.+++++++++++++++++++
++++++>++++++++++................................................
............+++++
Not enough random bytes available. Please do some other work to give
the OS a chance to collect more entropy! (Need 300 more bytes)
Code: Select all
cat /proc/sys/kernel/random/entropy_avail
28
Wie können denn sonst Zufallszahlen erstellt werden? Gibt es eine möglichkeit durch ein Programm sowas zu simulieren?
Danke,
Elvis

