生成随机数。

       用法:

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

       选项:

       -out file

              结果输出到file中。

       -engine e

              采用engine来生成随机数。

       -rand file

              指定随机数种子文件。

       -base64

              输出结果为BASE64编码数据。

       num

              随机数长度。      

       示例:
              (1)   openssl rand –base64 100

              (2)   openssl rand –base64 –out myr.dat 100