[ale] what's the difference between

David Tomaschik david at tuxteam.com
Fri Dec 5 14:05:16 EST 2008


/dev/random is a high quality (cryptographic) random number generator, and
will block if there is insufficient entropy.  /dev/urandom will use a
pseudo-random number generator to fill requests instead of blocking like
/dev/random.

David


2008/12/5 Jim Kinney <jim.kinney at gmail.com>

> /dev/random and /dev/urandom?
>
> /dev/random is very slow and on a newly installed machine `cat /dev/random`
> does little. Same machine `cat /dev/urandom` fills the screen quickly.
>
> Is there a way to "add entropy" to get /dev/random to fill quicker?
>
> --
> --
> James P. Kinney III
>
>
> _______________________________________________
> Ale mailing list
> Ale at ale.org
> http://mail.ale.org/mailman/listinfo/ale
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mail.ale.org/pipermail/ale/attachments/20081205/a5a7cef8/attachment.html 


More information about the Ale mailing list