Security and harddisk crubbing in Linux

Steven Hanley sjh at wibble.net
Fri Oct 26 16:56:58 EST 2001


On Fri, Oct 26, 2001 at 04:40:50PM +1000, Sam Couter wrote:
> Drake Diedrich <dld at coyote.com.au> wrote:
> >    /dev/urandom would take about a day to generate the necessary ~60G of
> > pseudorandom data per pass, but you could always write very short programs
> > (about three lines of C) to generate acceptable patterns instead and cut
> > that to the hard drive writing speed (about an hour/pass).
> 
> Wiggle yer mouse for a while. That should generate a fair bit of
> entropy.

entropy generation has nothing to do with the urandom device.

the /dev/random device uses the entropy pool for giving the most random sort
of data available. the /dev/urandom device is seeded on system startup and
then the random data coming out of it is generated algortihmically, however it
sis a somewhat more indepth way of generating data than necessary for this I
would suppose.

        See You
            Steve

-- 
sjh at wibble.net http://wibble.net/~sjh
Look Up In The Sky
    Is it a bird?   No
        Is it a plane    No
            Is it a small blue banana?
Yes




More information about the linux mailing list