-hex option for openssl rand

PR: 1831
Submitted by: Damien Miller
This commit is contained in:
Bodo Möller
2009-02-02 00:27:56 +00:00
parent 1be16287ee
commit 59689735a6
3 changed files with 31 additions and 3 deletions

View File

@@ -10,6 +10,7 @@ B<openssl rand>
[B<-out> I<file>]
[B<-rand> I<file(s)>]
[B<-base64>]
[B<-hex>]
I<num>
=head1 DESCRIPTION
@@ -41,6 +42,10 @@ all others.
Perform base64 encoding on the output.
=item B<-hex>
Show the output as a hex string.
=back
=head1 SEE ALSO