.nh .TH BtoA 1 "July 20, 2016" PKI "PKI Binary to ASCII Conversion Tool" .SH NAME .PP BtoA \- Convert binary base\-64 encoded data to ASCII base\-64 encoded data. .SH SYNOPSIS .PP \fBBtoA\fP \fIinput\-file\fP \fIoutput\-file\fP .SH DESCRIPTION .PP The \fBBtoA\fP command provides a command\-line utility used to convert binary base\-64 encoded data to ASCII base\-64 encoded data. .SH OPTIONS .PP The following parameters are mandatory: .PP \fB\<input\-file\>\fP .br Specifies the path to the file which contains the base\-64 encoded binary data. .PP \fB\<output\-file\>\fP .br Specifies the path to the file where the utility should write the ASCII output. .SH EXAMPLES .PP This example command takes the base\-64 binary data in the binary\_data.der file and writes the ASCII equivalent of the data to the ascii\_data.pem file: .PP .RS .nf $ BtoA binary\_data.der ascii\_data.pem .fi .RE .SH SEE ALSO .PP \fBAtoB(1)\fP, \fBpki(1)\fP .SH AUTHORS .PP Matthew Harmsen \<mharmsen@redhat.com\>\&. .SH COPYRIGHT .PP Copyright (c) 2016 Red Hat, Inc. This is licensed under the GNU General Public License, version 2 (GPLv2). A copy of this license is available at http://www.gnu.org/licenses/old\-licenses/gpl\-2.0.txt.