skip book previous and next navigation links
go up to top of book: HP Open Source Security for OpenVMS Volume 2:... HP Open Source Security for OpenVMS Volume 2:...
go to beginning of reference: OpenSSL Command Line Interface (CLI) Reference OpenSSL Command Line Interface (CLI) Reference
go to previous page: pkcs8 pkcs8
go to next page: reqreq
end of book navigation links


rand
Description
Options
See Also
 

NAME

rand - generate pseudo-random bytes

Synopsis  

openssl rand [-out file] [-rand file(s)] [-base64] num


return to top DESCRIPTION  

The rand command outputs num pseudo-random bytes after seeding the random number generator once. As in other openssl command line tools, PRNG seeding uses the file $HOME/ .rnd or .rnd in addition to the files given in the -rand option. A new $HOME/.rnd or .rnd file will be written back if enough seeding was obtained from these sources.


return to top OPTIONS  


return to top SEE ALSO  

RAND_bytes(3)
go to previous page: pkcs8 pkcs8
go to next page: reqreq