[PATCH] mcookie: new applet. +197 bytes

Rob Landley rob at landley.net
Tue Jan 5 20:39:42 UTC 2010


> +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}')

Rob
-- 
Latency is more important than throughput. It's that simple. - Linus Torvalds


More information about the busybox mailing list