[PATCH] mcookie: new applet. +197 bytes

David N. Lombard dnlombar at ichips.intel.com
Tue Jan 5 22:44:59 UTC 2010


On Tue, Jan 05, 2010 at 01:39:42PM -0700, Rob Landley wrote:
> > +config MCOOKIE
> > +	bool "mcookie"
> > +	default n
> > +	help
> > +	  mcookie generates a 128-bit random hexadecimal number.
> 
> Or, using existing busybox commands:
> 
>   echo $(od -N 16 -t x4 /dev/urandom | awk '{print $2$3$4$5}')

Hmmm, don't you mean this?

    od -N 16 -t x4 /dev/urandom | awk '{print $2$3$4$5}'

-- 
David N. Lombard, Intel, Irvine, CA
I do not speak for Intel Corporation; all comments are strictly my own.


More information about the busybox mailing list