]> &date; Cryptography Utilities crypto-utils &version; keyrand 1 keyrand utility for collecting random data keyrand bits outfile Description keyrand is a tool which collects a given number of random bits from the kernel random number generator, presenting a text-based user interface showing progress. The random data is read from /dev/random and appended to the output file outfile, which must already exist. Examples The following example will collect 1024 bits of random data and append them to the file data: # keyrand 1024 data Files /dev/random See also genkey(1)