1KEYRAND(1)                  Cryptography Utilities                  KEYRAND(1)
2
3
4

NAME

6       keyrand - utility for collecting random data
7

SYNOPSIS

9       keyrand {bits} {outfile}
10

DESCRIPTION

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

EXAMPLES

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

FILES

28       /dev/random
29

SEE ALSO

31       genkey(1)
32
33
34
35crypto-utils 2.4.1                9 June 2014                       KEYRAND(1)
Impressum