lkml.org 
[lkml]   [2005]   [Mar]   [21]   [last100]   RSS Feed
Views: [more markup]  [less markup]  [headers]  [forward] 
 
Messages in this thread
/
DateMon, 21 Mar 2005 02:17:25 -0500
FromTheodore Ts'o <>
SubjectRe: Relayfs question
On Sat, Mar 19, 2005 at 10:08:13PM +0100, Jan Engelhardt wrote:
> 
> Well, what about things like urandom? It also moves "a lot" of data and does
> nothing else.
> 

If you're using urandom to move "a lot" of data, you're using it
wrong.  That's not what it is supposed to be for; I can't think of a
valid use of /dev/urandom that would use more than, say, 256 bytes
(2048 bits), and most sanely written users of /dev/urandom only need
16 bytes (i.e., 128 bits).  Anything more than that, and you should be
using a userpsace PRNG or CRNG, and **not** /dev/urandom.

						- Ted
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

\
 
 \ /
  Last update: 2005-03-22 14:11    [from the cache]
©2003-2008