1RANDOMBYTES(1) RANDOMBYTES(1)
23
4
NAME
6randombytes -- write secure random bytes to stdout
7
SYNOPSIS
9randombytes
10
DESCRIPTION
12Writes random bytes to stdout forever using the cjdns secure random
13generator. In practice, the output is piped to a program like dd(1) or
14base64(1).
15
SEE ALSO
17makekeys(1)
1819
20
21
April 2020 RANDOMBYTES(1)