Increase size of /dev/random

Asked by Jon Charge

May I safely increase the number of bytes of random data /dev/random holds so I don't have to wait as long for the cryptographic generation of keys?

Question information

Language:
English Edit question
Status:
Answered
For:
Ubuntu Edit question
Assignee:
No assignee Edit question
Last query:
Last reply:
Revision history for this message
actionparsnip (andrew-woodhead666) said :
#1

You can use something like this:

dd if=/dev/urandom of=$random_seed count=1 bs=HOWMANYBYTESYOUWANT

Sourse:
http://linux.die.net/man/4/random

Revision history for this message
Jon Charge (seropith) said :
#2

Yes, I read that, I was unsure of the implementation, I'll give this a try. Thank you.

Can you help with this problem?

Provide an answer of your own, or ask Jon Charge for more information if necessary.

To post a message you must log in.