od -Ax -Nnn /dev/random
nn is the number of bytes to extract from the random number generator. For example, the
following command extracts and displays a 24-byte random number for a 3DES encryption key:
od -Ax -N24 /dev/random
Configuring Manual Key SAs 217