1KEYRAND(1) Cryptography Utilities KEYRAND(1)
2
3
4
6 keyrand - utility for collecting random data
7
9 keyrand {bits} {outfile}
10
12 keyrand is a tool which collects a given number of random bits from the
13 kernel random number generator, presenting a text-based user interface
14 showing progress.
15
16 The random data is read from /dev/random and appended to the output
17 file outfile, which must already exist.
18
20 The following example will collect 1024 bits of random data and append
21 them to the file data:
22
23 # keyrand 1024 data
24
25
26
28 /dev/random
29
31 genkey(1)
32
33
34
35crypto-utils 2.4.1 10 May 2016 KEYRAND(1)