Ist schon fast peinlich, diese Frage zu stellen, aber ich kann keinen PGP-Key erstellen.
pgp meldet folgendes:
Dann bleibt es stehen.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 278 more bytes)
Mit
Code: Select all
ab -n 10000000 -c 1000 http://localhost/
Gibt es einen Tipp, wie ich am besten noch ein paar Random-Bytes erstellen kann?
Merci für eure Hilfe ;)
Simon