randombytes — write random bytes generated via libnacl to stdout
Synopsis
randombytes
Description
Writes random bytes to stdout forever using the cryptographically secure random generator in libnacl. In practice, the output is piped to a program like
dd(1) or
base64(1).
See Also
makekeys(1)
randombytes(1) — write secure random bytes to stdout =============================================
Synopsis
randombytes
Description
Writes random bytes to stdout forever using the cjdns secure random generator. In practice, the output is piped to a program like
dd(1) or
base64(1).
See Also
makekeys(1)