1BtoA(1) PKI Binary to ASCII Conversion Tool BtoA(1)
2
3
4
6 BtoA - Convert binary base-64 encoded data to ASCII base-64 encoded
7 data.
8
9
11 BtoA input-file output-file
12
13
15 The BtoA command provides a command-line utility used to convert binary
16 base-64 encoded data to ASCII base-64 encoded data.
17
18
20 The following parameters are mandatory:
21
22
23 lt;input-filegt;
24 Specifies the path to the file which contains the base-64 encoded
25 binary data.
26
27
28 lt;output-filegt;
29 Specifies the path to the file where the utility should write the
30 ASCII output.
31
32
34 This example command takes the base-64 binary data in the
35 binary_data.der file and writes the ASCII equivalent of the data to the
36 ascii_data.pem file:
37
38
39 $ BtoA binary_data.der ascii_data.pem
40
41
42
44 AtoB(1), pki(1)
45
46
48 Matthew Harmsen lt;mharmsen@redhat.comgt;.
49
50
52 Copyright (c) 2016 Red Hat, Inc. This is licensed under the GNU Gen‐
53 eral Public License, version 2 (GPLv2). A copy of this license is
54 available at http://www.gnu.org/licenses/old-licenses/gpl-2.0.txt.
55
56
57
58PKI July 20, 2016 BtoA(1)