.\" Automatically generated by Pod::Man 4.11 (Pod::Simple 3.35) .\" .\" Standard preamble: .\" ======================================================================== .de Sp \" Vertical space (when we can't use .PP) .if t .sp .5v .if n .sp .. .de Vb \" Begin verbatim text .ft CW .nf .ne \\$1 .. .de Ve \" End verbatim text .ft R .fi .. .\" Set up some character translations and predefined strings. \*(-- will .\" give an unbreakable dash, \*(PI will give pi, \*(L" will give a left .\" double quote, and \*(R" will give a right double quote. \*(C+ will .\" give a nicer C++. Capital omega is used to do unbreakable dashes and .\" therefore won't be available. \*(C` and \*(C' expand to `' in nroff, .\" nothing in troff, for use with C<>. .tr \(*W- .ds C+ C\v'-.1v'\h'-1p'\s-2+\h'-1p'+\s0\v'.1v'\h'-1p' .ie n \{\ . ds -- \(*W- . ds PI pi . if (\n(.H=4u)&(1m=24u) .ds -- \(*W\h'-12u'\(*W\h'-12u'-\" diablo 10 pitch . if (\n(.H=4u)&(1m=20u) .ds -- \(*W\h'-12u'\(*W\h'-8u'-\" diablo 12 pitch . ds L" "" . ds R" "" . ds C` "" . ds C' "" 'br\} .el\{\ . ds -- \|\(em\| . ds PI \(*p . ds L" `` . ds R" '' . ds C` . ds C' 'br\} .\" .\" Escape single quotes in literal strings from groff's Unicode transform. .ie \n(.g .ds Aq \(aq .el .ds Aq ' .\" .\" If the F register is >0, we'll generate index entries on stderr for .\" titles (.TH), headers (.SH), subsections (.SS), items (.Ip), and index .\" entries marked with X<> in POD. Of course, you'll have to process the .\" output yourself in some meaningful fashion. .\" .\" Avoid warning from groff about undefined register 'F'. .de IX .. .nr rF 0 .if \n(.g .if rF .nr rF 1 .if (\n(rF:(\n(.g==0)) \{\ . if \nF \{\ . de IX . tm Index:\\$1\t\\n%\t"\\$2" .. . if !\nF==2 \{\ . nr % 0 . nr F 2 . \} . \} .\} .rr rF .\" .\" Accent mark definitions (@(#)ms.acc 1.5 88/02/08 SMI; from UCB 4.2). .\" Fear. Run. Save yourself. No user-serviceable parts. . \" fudge factors for nroff and troff .if n \{\ . ds #H 0 . ds #V .8m . ds #F .3m . ds #[ \f1 . ds #] \fP .\} .if t \{\ . ds #H ((1u-(\\\\n(.fu%2u))*.13m) . ds #V .6m . ds #F 0 . ds #[ \& . ds #] \& .\} . \" simple accents for nroff and troff .if n \{\ . ds ' \& . ds ` \& . ds ^ \& . ds , \& . ds ~ ~ . ds / .\} .if t \{\ . ds ' \\k:\h'-(\\n(.wu*8/10-\*(#H)'\'\h"|\\n:u" . ds ` \\k:\h'-(\\n(.wu*8/10-\*(#H)'\`\h'|\\n:u' . ds ^ \\k:\h'-(\\n(.wu*10/11-\*(#H)'^\h'|\\n:u' . ds , \\k:\h'-(\\n(.wu*8/10)',\h'|\\n:u' . ds ~ \\k:\h'-(\\n(.wu-\*(#H-.1m)'~\h'|\\n:u' . ds / \\k:\h'-(\\n(.wu*8/10-\*(#H)'\z\(sl\h'|\\n:u' .\} . \" troff and (daisy-wheel) nroff accents .ds : \\k:\h'-(\\n(.wu*8/10-\*(#H+.1m+\*(#F)'\v'-\*(#V'\z.\h'.2m+\*(#F'.\h'|\\n:u'\v'\*(#V' .ds 8 \h'\*(#H'\(*b\h'-\*(#H' .ds o \\k:\h'-(\\n(.wu+\w'\(de'u-\*(#H)/2u'\v'-.3n'\*(#[\z\(de\v'.3n'\h'|\\n:u'\*(#] .ds d- \h'\*(#H'\(pd\h'-\w'~'u'\v'-.25m'\f2\(hy\fP\v'.25m'\h'-\*(#H' .ds D- D\\k:\h'-\w'D'u'\v'-.11m'\z\(hy\v'.11m'\h'|\\n:u' .ds th \*(#[\v'.3m'\s+1I\s-1\v'-.3m'\h'-(\w'I'u*2/3)'\s-1o\s+1\*(#] .ds Th \*(#[\s+2I\s-2\h'-\w'I'u*3/5'\v'-.3m'o\v'.3m'\*(#] .ds ae a\h'-(\w'a'u*4/10)'e .ds Ae A\h'-(\w'A'u*4/10)'E . \" corrections for vroff .if v .ds ~ \\k:\h'-(\\n(.wu*9/10-\*(#H)'\s-2\u~\d\s+2\h'|\\n:u' .if v .ds ^ \\k:\h'-(\\n(.wu*10/11-\*(#H)'\v'-.4m'^\v'.4m'\h'|\\n:u' . \" for low resolution devices (crt and lpr) .if \n(.H>23 .if \n(.V>19 \ \{\ . ds : e . ds 8 ss . ds o a . ds d- d\h'-1'\(ga . ds D- D\h'-1'\(hy . ds th \o'bp' . ds Th \o'LP' . ds ae ae . ds Ae AE .\} .rm #[ #] #H #V #F C .\" ======================================================================== .\" .IX Title "RAND 1" .TH RAND 1 "2019-12-20" "1.0.2u" "OpenSSL" .\" For nroff, turn off justification. Always turn off hyphenation; it makes .\" way too many mistakes in technical documents. .if n .ad l .nh .SH "NAME" openssl\-rand, rand \- generate pseudo\-random bytes .SH "SYNOPSIS" .IX Header "SYNOPSIS" \&\fBopenssl rand\fR [\fB\-out\fR \fIfile\fR] [\fB\-rand\fR \fIfile(s)\fR] [\fB\-base64\fR] [\fB\-hex\fR] \&\fInum\fR .SH "DESCRIPTION" .IX Header "DESCRIPTION" The \fBrand\fR command outputs \fInum\fR pseudo-random bytes after seeding the random number generator once. As in other \fBopenssl\fR command line tools, \s-1PRNG\s0 seeding uses the file \fI\f(CI$HOME\fI/\fR\fB.rnd\fR or \fB.rnd\fR in addition to the files given in the \fB\-rand\fR option. A new \&\fI\f(CI$HOME\fI\fR/\fB.rnd\fR or \fB.rnd\fR file will be written back if enough seeding was obtained from these sources. .SH "OPTIONS" .IX Header "OPTIONS" .IP "\fB\-out\fR \fIfile\fR" 4 .IX Item "-out file" Write to \fIfile\fR instead of standard output. .IP "\fB\-rand\fR \fIfile(s)\fR" 4 .IX Item "-rand file(s)" Use specified file or files or \s-1EGD\s0 socket (see \fBRAND_egd\fR\|(3)) for seeding the random number generator. Multiple files can be specified separated by a OS-dependent character. The separator is \fB;\fR for MS-Windows, \fB,\fR for OpenVMS, and \fB:\fR for all others. .IP "\fB\-base64\fR" 4 .IX Item "-base64" Perform base64 encoding on the output. .IP "\fB\-hex\fR" 4 .IX Item "-hex" Show the output as a hex string. .SH "SEE ALSO" .IX Header "SEE ALSO" \&\fBRAND_bytes\fR\|(3)
Name | Type | Size | Permission | Actions |
---|---|---|---|---|
CA.pl.1 | File | 10.11 KB | 0644 |
|
asn1parse.1 | File | 9.89 KB | 0644 |
|
c_rehash.1 | File | 7.58 KB | 0644 |
|
ca.1 | File | 30.03 KB | 0644 |
|
ciphers.1 | File | 30.67 KB | 0644 |
|
cms.1 | File | 29.01 KB | 0644 |
|
crl.1 | File | 7.07 KB | 0644 |
|
crl2pkcs7.1 | File | 6.78 KB | 0644 |
|
dgst.1 | File | 10.24 KB | 0644 |
|
dhparam.1 | File | 8.64 KB | 0644 |
|
dsa.1 | File | 9.18 KB | 0644 |
|
dsaparam.1 | File | 7.23 KB | 0644 |
|
dss1.1 | File | 10.24 KB | 0644 |
|
ec.1 | File | 10.27 KB | 0644 |
|
ecparam.1 | File | 9.55 KB | 0644 |
|
enc.1 | File | 14.93 KB | 0644 |
|
errstr.1 | File | 4.69 KB | 0644 |
|
gendsa.1 | File | 6.03 KB | 0644 |
|
genpkey.1 | File | 14.69 KB | 0644 |
|
genrsa.1 | File | 7.57 KB | 0644 |
|
md2.1 | File | 10.24 KB | 0644 |
|
md4.1 | File | 10.24 KB | 0644 |
|
md5.1 | File | 10.24 KB | 0644 |
|
mdc2.1 | File | 10.24 KB | 0644 |
|
nseq.1 | File | 5.82 KB | 0644 |
|
ocsp.1 | File | 19.67 KB | 0644 |
|
openssl-asn1parse.1 | File | 9.89 KB | 0644 |
|
openssl-ca.1 | File | 30.03 KB | 0644 |
|
openssl-ciphers.1 | File | 30.67 KB | 0644 |
|
openssl-cms.1 | File | 29.01 KB | 0644 |
|
openssl-crl.1 | File | 7.07 KB | 0644 |
|
openssl-crl2pkcs7.1 | File | 6.78 KB | 0644 |
|
openssl-dgst.1 | File | 10.24 KB | 0644 |
|
openssl-dhparam.1 | File | 8.64 KB | 0644 |
|
openssl-dsa.1 | File | 9.18 KB | 0644 |
|
openssl-dsaparam.1 | File | 7.23 KB | 0644 |
|
openssl-ec.1 | File | 10.27 KB | 0644 |
|
openssl-ecparam.1 | File | 9.55 KB | 0644 |
|
openssl-enc.1 | File | 14.93 KB | 0644 |
|
openssl-errstr.1 | File | 4.69 KB | 0644 |
|
openssl-gendsa.1 | File | 6.03 KB | 0644 |
|
openssl-genpkey.1 | File | 14.69 KB | 0644 |
|
openssl-genrsa.1 | File | 7.57 KB | 0644 |
|
openssl-nseq.1 | File | 5.82 KB | 0644 |
|
openssl-ocsp.1 | File | 19.67 KB | 0644 |
|
openssl-passwd.1 | File | 5.94 KB | 0644 |
|
openssl-pkcs12.1 | File | 17.29 KB | 0644 |
|
openssl-pkcs7.1 | File | 6.67 KB | 0644 |
|
openssl-pkcs8.1 | File | 13.58 KB | 0644 |
|
openssl-pkey.1 | File | 7.76 KB | 0644 |
|
openssl-pkeyparam.1 | File | 5.64 KB | 0644 |
|
openssl-pkeyutl.1 | File | 11.51 KB | 0644 |
|
openssl-rand.1 | File | 5.2 KB | 0644 |
|
openssl-req.1 | File | 29.18 KB | 0644 |
|
openssl-rsa.1 | File | 10.91 KB | 0644 |
|
openssl-rsautl.1 | File | 9.75 KB | 0644 |
|
openssl-s_client.1 | File | 18.2 KB | 0644 |
|
openssl-s_server.1 | File | 18.93 KB | 0644 |
|
openssl-s_time.1 | File | 10.52 KB | 0644 |
|
openssl-sess_id.1 | File | 8.3 KB | 0644 |
|
openssl-smime.1 | File | 20.57 KB | 0644 |
|
openssl-speed.1 | File | 4.98 KB | 0644 |
|
openssl-spkac.1 | File | 7.92 KB | 0644 |
|
openssl-ts.1 | File | 26.18 KB | 0644 |
|
openssl-tsget.1 | File | 10.92 KB | 0644 |
|
openssl-verify.1 | File | 23.66 KB | 0644 |
|
openssl-version.1 | File | 4.92 KB | 0644 |
|
openssl-x509.1 | File | 35.46 KB | 0644 |
|
openssl.1 | File | 15.68 KB | 0644 |
|
passwd.1 | File | 5.94 KB | 0644 |
|
pkcs12.1 | File | 17.29 KB | 0644 |
|
pkcs7.1 | File | 6.67 KB | 0644 |
|
pkcs8.1 | File | 13.58 KB | 0644 |
|
pkey.1 | File | 7.76 KB | 0644 |
|
pkeyparam.1 | File | 5.64 KB | 0644 |
|
pkeyutl.1 | File | 11.51 KB | 0644 |
|
rand.1 | File | 5.2 KB | 0644 |
|
req.1 | File | 29.18 KB | 0644 |
|
ripemd160.1 | File | 10.24 KB | 0644 |
|
rsa.1 | File | 10.91 KB | 0644 |
|
rsautl.1 | File | 9.75 KB | 0644 |
|
s_client.1 | File | 18.2 KB | 0644 |
|
s_server.1 | File | 18.93 KB | 0644 |
|
s_time.1 | File | 10.52 KB | 0644 |
|
sess_id.1 | File | 8.3 KB | 0644 |
|
sha.1 | File | 10.24 KB | 0644 |
|
sha1.1 | File | 10.24 KB | 0644 |
|
sha224.1 | File | 10.24 KB | 0644 |
|
sha256.1 | File | 10.24 KB | 0644 |
|
sha384.1 | File | 10.24 KB | 0644 |
|
sha512.1 | File | 10.24 KB | 0644 |
|
smime.1 | File | 20.57 KB | 0644 |
|
speed.1 | File | 4.98 KB | 0644 |
|
spkac.1 | File | 7.92 KB | 0644 |
|
ts.1 | File | 26.18 KB | 0644 |
|
tsget.1 | File | 10.92 KB | 0644 |
|
verify.1 | File | 23.66 KB | 0644 |
|
version.1 | File | 4.92 KB | 0644 |
|
x509.1 | File | 35.46 KB | 0644 |
|